MSVC fix
This commit is contained in:
parent
b136477b71
commit
ef62644c96
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue