Specialize std::numeric_limits<> for wxLongLong and wxULongLong.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 26 Apr 2011 22:56:50 +0000 (22:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 26 Apr 2011 22:56:50 +0000 (22:56 +0000)
commit3dd4d0ec9e6ccfe8a9e6e892ca21a67e1fb1b225
tree8c1706bc3e6b0675779c64053be054c1c7da4139
parente3e89e62606defd97d70c99dd1c59dd902f64246
Specialize std::numeric_limits<> for wxLongLong and wxULongLong.

numeric_limits<> should be specialized for number-like types to allow using
them in a similar way to the built-in types.

Closes #13162.

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