We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abcc96b commit 44c0039Copy full SHA for 44c0039
glm/gtx/dual_quaternion.hpp
@@ -54,7 +54,7 @@ namespace glm
54
55
// -- Implicit basic constructors --
56
57
- GLM_DEFAULTED_DEFAULT_CTOR_DECL GLM_CONSTEXPR tdualquat() GLM_DEFAULT_CTOR;
+ GLM_DEFAULTED_FUNC_DECL GLM_CONSTEXPR tdualquat() GLM_DEFAULT;
58
GLM_DEFAULTED_FUNC_DECL GLM_CONSTEXPR tdualquat(tdualquat<T, Q> const& d) GLM_DEFAULT;
59
template<qualifier P>
60
GLM_CTOR_DECL tdualquat(tdualquat<T, P> const& d);
0 commit comments