From 5be6a8ba440cd15d5eb61838007dc0ab75a638e7 Mon Sep 17 00:00:00 2001 From: David Williams Date: Sat, 29 Dec 2012 20:41:23 +0000 Subject: [PATCH] Updated default compiler capabilities as used by Visual Studio - these are subject to change further. --- .../include/PolyVoxCore/Impl/CompilerCapabilities.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/library/PolyVoxCore/include/PolyVoxCore/Impl/CompilerCapabilities.h b/library/PolyVoxCore/include/PolyVoxCore/Impl/CompilerCapabilities.h index 325b5ed1..2d10b5ff 100644 --- a/library/PolyVoxCore/include/PolyVoxCore/Impl/CompilerCapabilities.h +++ b/library/PolyVoxCore/include/PolyVoxCore/Impl/CompilerCapabilities.h @@ -9,12 +9,12 @@ #ifndef __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