Olaf Flebbe: MSVC fix.
This commit is contained in:
parent
480b8c5330
commit
ea177f6744
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ using std::fabs;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(WIN32) || defined(__GNUC__)
|
#if !defined(WIN32) || defined(__GNUC__) || (defined(_MSC_VER) && (_MSC_VER >= 1400))
|
||||||
using std::max;
|
using std::max;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue