Updated default compiler capabilities as used by Visual Studio - these are subject to change further.

This commit is contained in:
David Williams 2012-12-29 20:41:23 +00:00
parent 2b70f81a9a
commit 5be6a8ba44

View File

@ -9,12 +9,12 @@
#ifndef __PolyVox_CompilerCapabilities_H__ #ifndef __PolyVox_CompilerCapabilities_H__
#define __PolyVox_CompilerCapabilities_H__ #define __PolyVox_CompilerCapabilities_H__
//#undef HAS_CXX11_CONSTEXPR //#define HAS_CXX11_CONSTEXPR
//#undef HAS_CXX11_STATIC_ASSERT #define HAS_CXX11_STATIC_ASSERT
//#undef HAS_CXX11_CSTDINT_H #define HAS_CXX11_CSTDINT_H
//#undef HAS_CXX11_SHARED_PTR #define HAS_CXX11_SHARED_PTR
#endif #endif