Files
wxWidgets/include/wx
Vadim Zeitlin bfdaa9173e Use std::isfinite() for wxFinite() for C++11 compilers.
This should fix compilation with MinGW 4.8.1 cross-compiler in C++11 mode as
it doesn't seem to provide finite() any more then.

Also, only defined wxFinite() and wxIsNaN() for C++, not C. This makes the
checks for __cplusplus >= 201103 simpler and is consistent with how
wxIsSameDouble() and wxRound() were already only defined for C++ (this is also
the source of most of the changes in this diff, viewing it ignoring whitespace
will show the only real changes).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74837 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-09-18 17:30:30 +00:00
..
2013-09-13 12:55:08 +00:00
2013-09-11 01:46:08 +00:00
2013-07-28 14:32:35 +00:00
2013-08-07 11:08:28 +00:00
2013-09-11 01:46:08 +00:00
2013-09-06 17:09:16 +00:00