Merge pull request #1315 from gdh1995/fix/dahan_macro_name

Fix a wrong macro for tdualquat ctor #1315
This commit is contained in:
Christophe 2025-01-04 09:44:32 +01:00 committed by GitHub
commit 5221557360
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,7 +54,7 @@ namespace glm
// -- Implicit basic constructors --
GLM_DEFAULTED_FUNC_DECL GLM_CONSTEXPR tdualquat() GLM_DEFAULT;
GLM_DEFAULTED_DEFAULT_CTOR_DECL GLM_CONSTEXPR tdualquat() GLM_DEFAULT_CTOR;
GLM_DEFAULTED_FUNC_DECL GLM_CONSTEXPR tdualquat(tdualquat<T, Q> const& d) GLM_DEFAULT;
template<qualifier P>
GLM_CTOR_DECL tdualquat(tdualquat<T, P> const& d);