1
0
Fork 0

Olaf Flebbe: MSVC fix.

This commit is contained in:
ehofman 2006-01-21 10:11:08 +00:00
parent 480b8c5330
commit ea177f6744

View file

@ -85,7 +85,7 @@ using std::fabs;
#endif
#if !defined(WIN32) || defined(__GNUC__)
#if !defined(WIN32) || defined(__GNUC__) || (defined(_MSC_VER) && (_MSC_VER >= 1400))
using std::max;
#endif