Fixed compilation of wxVector<T> with VC6:
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 31 Jan 2008 11:26:52 +0000 (11:26 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 31 Jan 2008 11:26:52 +0000 (11:26 +0000)
commitc9faa9e9a2cc88379a86e3e2ed731eadba948084
tree8aef1ea971864d834c4950cbf9fa15f999c3b88a
parente047f594b679f986f8522439e8d2630e119558fd
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
include/wx/meta/if.h
include/wx/vector.h