Browse Source

Fixed build

Groove 7 years ago
parent
commit
d3a2542c77
1 changed files with 1 additions and 1 deletions
  1. 1 1
      glm/detail/setup.hpp

+ 1 - 1
glm/detail/setup.hpp

@@ -800,7 +800,7 @@ namespace glm
 ///////////////////////////////////////////////////////////////////////////////////
 ///////////////////////////////////////////////////////////////////////////////////
 // countof
 // countof
 
 
-#if GLM_HAS_CONSTEXPR_PARTIAL
+#if GLM_HAS_CONSTEXPR_CXX11
 	namespace glm
 	namespace glm
 	{
 	{
 		template<typename T, std::size_t N>
 		template<typename T, std::size_t N>