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.
2 parents 98bb6f3 + c303cb5 commit 237d427Copy full SHA for 237d427
include/boost/qvm/mat.hpp
@@ -21,7 +21,7 @@ mat
21
, class = typename enable_if<is_mat<R> >::type
22
#endif
23
>
24
- operator R() const
+ BOOST_QVM_CONSTEXPR operator R() const
25
{
26
R r;
27
assign(r,*this);
include/boost/qvm/quat.hpp
@@ -21,7 +21,7 @@ quat
, class = typename enable_if<is_quat<R> >::type
include/boost/qvm/vec.hpp
@@ -21,7 +21,7 @@ vec
, class = typename enable_if<is_vec<R> >::type
0 commit comments