Add wx/meta/removeref.h header defining wxRemoveRef<> helper.
This is a very simple template allowing to remove the reference from the given type, similar to std::remove_reference<>. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72721 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -543,6 +543,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
||||
wx/meta/int2type.h
|
||||
wx/meta/movable.h
|
||||
wx/meta/pod.h
|
||||
wx/meta/removeref.h
|
||||
wx/fswatcher.h
|
||||
wx/generic/fswatcher.h
|
||||
</set>
|
||||
|
@@ -1475,6 +1475,10 @@ SOURCE=..\..\include\wx\regex.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\wx\meta\removeref.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\wx\rtti.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@@ -1530,6 +1530,9 @@
|
||||
<File
|
||||
RelativePath="..\..\include\wx\regex.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\meta\removeref.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\rtti.h">
|
||||
</File>
|
||||
|
@@ -2061,6 +2061,10 @@
|
||||
RelativePath="..\..\include\wx\regex.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\meta\removeref.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\rtti.h"
|
||||
>
|
||||
|
@@ -2057,6 +2057,10 @@
|
||||
RelativePath="..\..\include\wx\regex.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\meta\removeref.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\rtti.h"
|
||||
>
|
||||
|
Reference in New Issue
Block a user