|
@@ -30,7 +30,7 @@ namespace glm
|
|
|
GLM_FUNC_DECL static GLM_CONSTEXPR_CXX11 length_type length() { return 3; }
|
|
GLM_FUNC_DECL static GLM_CONSTEXPR_CXX11 length_type length() { return 3; }
|
|
|
|
|
|
|
|
GLM_FUNC_DECL col_type & operator[](length_type i);
|
|
GLM_FUNC_DECL col_type & operator[](length_type i);
|
|
|
- GLM_FUNC_DECL col_type const& operator[](length_type i) const;
|
|
|
|
|
|
|
+ GLM_FUNC_DECL GLM_CONSTEXPR_CXX11 col_type const& operator[](length_type i) const;
|
|
|
|
|
|
|
|
// -- Constructors --
|
|
// -- Constructors --
|
|
|
|
|
|
|
@@ -175,7 +175,7 @@ namespace glm
|
|
|
// -- Boolean operators --
|
|
// -- Boolean operators --
|
|
|
|
|
|
|
|
template<typename T, qualifier Q>
|
|
template<typename T, qualifier Q>
|
|
|
- GLM_FUNC_DECL bool operator==(mat<3, 3, T, Q> const& m1, mat<3, 3, T, Q> const& m2);
|
|
|
|
|
|
|
+ GLM_FUNC_DECL GLM_CONSTEXPR_CXX11 bool operator==(mat<3, 3, T, Q> const& m1, mat<3, 3, T, Q> const& m2);
|
|
|
|
|
|
|
|
template<typename T, qualifier Q>
|
|
template<typename T, qualifier Q>
|
|
|
GLM_FUNC_DECL bool operator!=(mat<3, 3, T, Q> const& m1, mat<3, 3, T, Q> const& m2);
|
|
GLM_FUNC_DECL bool operator!=(mat<3, 3, T, Q> const& m1, mat<3, 3, T, Q> const& m2);
|