wxWidgets/include/wx/meta
Václav Slavík c9faa9e9a2 Fixed compilation of wxVector<T> with VC6:
* reverted VC6 hack in wxIf<>, using helper struct instead of typedef
  didn't fix compilation, only caused the compiler to crash instead
  of emitting semi-useful errors
* changed wxVector to use typedef for Ops class instead of privately
  deriving from wxIf<...>::value; this is enough to make VC6 happy



git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-01-31 11:26:52 +00:00
..
convertible.h use full path to headers in header guards 2008-01-21 11:56:15 +00:00
if.h Fixed compilation of wxVector<T> with VC6: 2008-01-31 11:26:52 +00:00
int2type.h use full path to headers in header guards 2008-01-21 11:56:15 +00:00
movable.h corrected VC++ version check 2008-01-29 19:50:34 +00:00