Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
37a04c46
Kaydet (Commit)
37a04c46
authored
Eyl 04, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
warning C4521: multiple copy constructors specified
Change-Id: I1b28b6d18e33b85e335ca24e717e3eef7077cf8f
üst
01e6e93e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
vclptr.hxx
include/vcl/vclptr.hxx
+7
-0
No files found.
include/vcl/vclptr.hxx
Dosyayı görüntüle @
37a04c46
...
@@ -363,6 +363,10 @@ protected:
...
@@ -363,6 +363,10 @@ protected:
*
*
* @param reference_type must be a subclass of vcl::Window
* @param reference_type must be a subclass of vcl::Window
*/
*/
#if defined _MSC_VER
#pragma warning(push)
#pragma warning(disable: 4521) // " multiple copy constructors specified"
#endif
template
<
class
reference_type
>
template
<
class
reference_type
>
class
ScopedVclPtrInstance
:
public
ScopedVclPtr
<
reference_type
>
class
ScopedVclPtrInstance
:
public
ScopedVclPtr
<
reference_type
>
{
{
...
@@ -387,6 +391,9 @@ private:
...
@@ -387,6 +391,9 @@ private:
ScopedVclPtrInstance
(
ScopedVclPtrInstance
&
)
=
delete
;
ScopedVclPtrInstance
(
ScopedVclPtrInstance
&
)
=
delete
;
ScopedVclPtrInstance
(
ScopedVclPtrInstance
const
&
)
=
delete
;
ScopedVclPtrInstance
(
ScopedVclPtrInstance
const
&
)
=
delete
;
};
};
#if defined _MSC_VER
#pragma warning(pop)
#endif
#endif // INCLUDED_VCL_PTR_HXX
#endif // INCLUDED_VCL_PTR_HXX
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment