1
0
Fork 0
This commit is contained in:
fredb 2006-02-17 21:53:22 +00:00
parent b136477b71
commit ef62644c96

View file

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