diff --git a/glm/core/_detail.hpp b/glm/core/_detail.hpp index 6870db05..8de4fd7a 100644 --- a/glm/core/_detail.hpp +++ b/glm/core/_detail.hpp @@ -357,82 +357,82 @@ namespace detail { enum { - ERROR, - FLOAT, - INT + GLM_ERROR, + GLM_FLOAT, + GLM_INT }; }; template struct float_or_int_trait { - enum{ID = float_or_int_value::ERROR}; + enum{ID = float_or_int_value::GLM_ERROR}; }; template <> struct float_or_int_trait { - enum{ID = float_or_int_value::INT}; + enum{ID = float_or_int_value::GLM_INT}; }; template <> struct float_or_int_trait { - enum{ID = float_or_int_value::INT}; + enum{ID = float_or_int_value::GLM_INT}; }; template <> struct float_or_int_trait { - enum{ID = float_or_int_value::INT}; + enum{ID = float_or_int_value::GLM_INT}; }; template <> struct float_or_int_trait { - enum{ID = float_or_int_value::INT}; + enum{ID = float_or_int_value::GLM_INT}; }; template <> struct float_or_int_trait { - enum{ID = float_or_int_value::INT}; + enum{ID = float_or_int_value::GLM_INT}; }; template <> struct float_or_int_trait { - enum{ID = float_or_int_value::INT}; + enum{ID = float_or_int_value::GLM_INT}; }; template <> struct float_or_int_trait { - enum{ID = float_or_int_value::INT}; + enum{ID = float_or_int_value::GLM_INT}; }; template <> struct float_or_int_trait { - enum{ID = float_or_int_value::INT}; + enum{ID = float_or_int_value::GLM_INT}; }; template <> struct float_or_int_trait { - enum{ID = float_or_int_value::FLOAT}; + enum{ID = float_or_int_value::GLM_FLOAT}; }; template <> struct float_or_int_trait { - enum{ID = float_or_int_value::FLOAT}; + enum{ID = float_or_int_value::GLM_FLOAT}; }; template <> struct float_or_int_trait { - enum{ID = float_or_int_value::FLOAT}; + enum{ID = float_or_int_value::GLM_FLOAT}; }; }//namespace detail diff --git a/glm/core/func_exponential.inl b/glm/core/func_exponential.inl index c57852c1..f5c1d2e7 100644 --- a/glm/core/func_exponential.inl +++ b/glm/core/func_exponential.inl @@ -89,7 +89,7 @@ namespace glm namespace detail { - template + template struct compute_log2 { template @@ -101,7 +101,7 @@ namespace detail }; template <> - struct compute_log2 + struct compute_log2 { template T operator() (T const & Value) const diff --git a/glm/gtx/integer.inl b/glm/gtx/integer.inl index 4342cf1a..73e730c8 100644 --- a/glm/gtx/integer.inl +++ b/glm/gtx/integer.inl @@ -55,7 +55,7 @@ namespace detail } template <> - struct compute_log2 + struct compute_log2 { template T operator() (T const & Value) const