Add wx/meta/removeref.h header defining wxRemoveRef<> helper.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 23 Oct 2012 12:02:00 +0000 (12:02 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 23 Oct 2012 12:02:00 +0000 (12:02 +0000)
commit32753ae949d861ddaf7c66f4c483bc57493c6c6c
tree4635caccdae04c373be0cf79d0d9f89879c25518
parent1e30d94eff7dca642729cb2f557650e8f2ebc61f
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
Makefile.in
build/bakefiles/files.bkl
build/msw/wx_base.dsp
build/msw/wx_vc7_base.vcproj
build/msw/wx_vc8_base.vcproj
build/msw/wx_vc9_base.vcproj
include/wx/meta/removeref.h [new file with mode: 0644]
wxGTK.spec
wxMotif.spec
wxX11.spec