Don't specialize std::numeric_limits<> for wxLongLong when using VC6.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 28 Apr 2011 14:20:29 +0000 (14:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 28 Apr 2011 14:20:29 +0000 (14:20 +0000)
commitc92e136d9a2d9919fc747d109610cd4d16c6cc91
tree213c2d9a0b72a610006fe271aa8d6705bc3d4e50
parente2db04f8dfacdf78ca4c67a5a44effeb06b8021b
Don't specialize std::numeric_limits<> for wxLongLong when using VC6.

This doesn't work with VC6 anyhow as it doesn't provide numeric_limits<>
specialization for __int64 and results in many warnings C4663 as the standard
header itself uses obsolete template specialization syntax.

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