Work around wxNumValidator compilation problems with MSVC 6.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 19 Jan 2011 23:47:09 +0000 (23:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 19 Jan 2011 23:47:09 +0000 (23:47 +0000)
commit6496afbab8fa5973626d92d5af0a26bd1a2db6b2
tree62a9b5df5bda1102a2b06b17a199f4a397e3cf8d
parentadd051eb7c86704a4f648111d38670c920b3e92e
Work around wxNumValidator compilation problems with MSVC 6.

Surprisingly, MSVC 6 seems to be able to compile most of the code but chokes
on a wxCOMPILE_TIME_ASSERT involving an inherited typedef. As this assert is
not critical, simply disable it for this compiler.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/valnum.h