Groove 7 年 前
コミット
d3a2542c77
1 ファイル変更1 行追加1 行削除
  1. 1 1
      glm/detail/setup.hpp

+ 1 - 1
glm/detail/setup.hpp

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