diff --git a/glm/core/_detail.hpp b/glm/core/_detail.hpp index f78ea470..3b6a3b7d 100644 --- a/glm/core/_detail.hpp +++ b/glm/core/_detail.hpp @@ -324,6 +324,7 @@ namespace detail is_bool = is_bool::_YES }; }; +}//namespace detail ////////////////// // type @@ -342,7 +343,6 @@ namespace detail typedef float float32; typedef double float64; -}//namespace detail }//namespace glm #if((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER >= GLM_COMPILER_VC2005))