Fixed increment and decrement operators tests
This commit is contained in:
@@ -33,7 +33,7 @@ namespace glm
|
||||
{
|
||||
#define GLM_CXX11_USER_LITERALS
|
||||
#ifdef GLM_CXX11_USER_LITERALS
|
||||
|
||||
/*
|
||||
GLM_FUNC_QUALIFIER detail::half operator "" _h(long double const s)
|
||||
{
|
||||
return detail::half(s);
|
||||
@@ -43,7 +43,7 @@ namespace glm
|
||||
{
|
||||
return static_cast<float>(s);
|
||||
}
|
||||
|
||||
*/
|
||||
#endif//GLM_CXX11_USER_LITERALS
|
||||
|
||||
}//namespace glm
|
||||
|
||||
@@ -40,5 +40,5 @@ int main()
|
||||
{
|
||||
//auto d = 90.0_deg;
|
||||
|
||||
glm::vec3 v{0, 1, 2};
|
||||
//glm::vec3 v{0, 1, 2};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user