Added wxIsPod<>. Use it in wxAny instead of wxIsMovable<>.
authorJaakko Salli <jaakko.salli@dnainternet.net>
Mon, 14 Jun 2010 15:12:37 +0000 (15:12 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Mon, 14 Jun 2010 15:12:37 +0000 (15:12 +0000)
commit109e2ca4349381ca7ed73f78795f1779c33143e5
treef638cb1206300e545e2ec3f9326ce2eecf54bb46
parent97b8472b54687f5835c2b4af5b8b961b4a3a2971
Added wxIsPod<>. Use it in wxAny instead of wxIsMovable<>.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
24 files changed:
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/any.h
include/wx/meta/movable.h
include/wx/meta/pod.h [new file with mode: 0644]
interface/wx/any.h
tests/Makefile.in
tests/makefile.bcc
tests/makefile.gcc
tests/makefile.vc
tests/makefile.wat
tests/misc/metatest.cpp [new file with mode: 0644]
tests/test.bkl
tests/test_test.dsp
tests/test_vc7_test.vcproj
tests/test_vc8_test.vcproj
tests/test_vc9_test.vcproj
wxGTK.spec
wxMotif.spec
wxX11.spec