|
|
@@ -61,7 +61,7 @@ namespace glm
|
|
|
|
|
|
# if !GLM_HAS_DEFAULTED_FUNCTIONS || !defined(GLM_FORCE_NO_CTOR_INIT)
|
|
|
template <typename T, precision P>
|
|
|
- GLM_FUNC_QUALIFIER tdualquat<T, P>::tdualquat()
|
|
|
+ GLM_FUNC_QUALIFIER GLM_CONSTEXPR tdualquat<T, P>::tdualquat()
|
|
|
# ifndef GLM_FORCE_NO_CTOR_INIT
|
|
|
: real(tquat<T, P>())
|
|
|
, dual(tquat<T, P>(0, 0, 0, 0))
|
|
|
@@ -71,7 +71,7 @@ namespace glm
|
|
|
|
|
|
# if !GLM_HAS_DEFAULTED_FUNCTIONS
|
|
|
template <typename T, precision P>
|
|
|
- GLM_FUNC_QUALIFIER tdualquat<T, P>::tdualquat(tdualquat<T, P> const & d)
|
|
|
+ GLM_FUNC_QUALIFIER GLM_CONSTEXPR tdualquat<T, P>::tdualquat(tdualquat<T, P> const & d)
|
|
|
: real(d.real)
|
|
|
, dual(d.dual)
|
|
|
{}
|