Fix c++2011 logic from previous commit. STK now builds again on my mac, finally!

This commit is contained in:
Marianne Gagnon
2014-07-28 19:01:53 -04:00
parent ff5e457869
commit c2cd32d4de

View File

@@ -12,6 +12,8 @@
#endif
#if (__cplusplus >= 201103 || _MSC_VER >=1800) && !(defined(__clang__) && defined(__APPLE__))
#define STDCPP2011
#else
#define STDCPP2003
#endif