Build: Attempt better support for VS 2012.
Fix #1020. Fix #1021. Fix #1022.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#include <limits>
|
||||
#include <sstream>
|
||||
|
||||
#if defined(_MSC_VER) && _MSC_VER < 1700
|
||||
#if defined(_MSC_VER) && _MSC_VER < 1800
|
||||
namespace std {
|
||||
bool isnan(double f)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user