mirror of
https://github.com/g-truc/glm.git
synced 2024-11-26 02:04:35 +00:00
make a bit more readable
This commit is contained in:
parent
ce1448a903
commit
9097b1469b
@ -171,6 +171,7 @@ namespace glm
|
||||
GLM_FUNC_QUALIFIER GLM_CONSTEXPR T & vec<3, T, Q>::operator[](typename vec<3, T, Q>::length_type i)
|
||||
{
|
||||
GLM_ASSERT_LENGTH(i, this->length());
|
||||
|
||||
#if GLM_LANG & GLM_LANG_CXX14_FLAG || GLM_LANG & GLM_LANG_CXX17_FLAG
|
||||
#if GLM_LANG & GLM_LANG_CXX20_FLAG
|
||||
if (std::is_constant_evaluated())
|
||||
|
Loading…
Reference in New Issue
Block a user