|
@@ -543,10 +543,10 @@ namespace detail
|
|
|
GLM_FUNC_DECL bool operator!=(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
|
|
GLM_FUNC_DECL bool operator!=(tvec4<T, P> const & v1, tvec4<T, P> const & v2);
|
|
|
|
|
|
|
|
template <precision P>
|
|
template <precision P>
|
|
|
- GLM_FUNC_DECL bool operator&&(tvec4<bool, P> const & v1, tvec4<bool, P> const & v2);
|
|
|
|
|
|
|
+ GLM_FUNC_DECL tvec4<bool, P> operator&&(tvec4<bool, P> const & v1, tvec4<bool, P> const & v2);
|
|
|
|
|
|
|
|
template <precision P>
|
|
template <precision P>
|
|
|
- GLM_FUNC_DECL bool operator||(tvec4<bool, P> const & v1, tvec4<bool, P> const & v2);
|
|
|
|
|
|
|
+ GLM_FUNC_DECL tvec4<bool, P> operator||(tvec4<bool, P> const & v1, tvec4<bool, P> const & v2);
|
|
|
|
|
|
|
|
// -- Is type --
|
|
// -- Is type --
|
|
|
|
|
|