You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ icpc core_type_vec3.cpp
In file included from glm/detail/func_exponential.hpp(132),
from glm/detail/func_geometric.inl(33),
from glm/detail/func_geometric.hpp(142),
from glm/geometric.hpp(35),
from core_type_vec3.cpp(34):
glm/detail/func_exponential.inl(42): error: function call is not allowed in a constant expression
# if GLM_HAS_CXX11_STL
^
In file included from glm/detail/func_exponential.hpp(132),
from glm/detail/func_geometric.inl(33),
from glm/detail/func_geometric.hpp(142),
from glm/geometric.hpp(35),
from core_type_vec3.cpp(34):
glm/detail/func_exponential.inl(42): error: expression must have integral or enum type
# if GLM_HAS_CXX11_STL
^
.....
Any thoughts?
The text was updated successfully, but these errors were encountered:
Trying to compile on a unix system with icpc 14.0.3 (gcc version 4.8.1 compatibility).
Seems to dislike this line in setup.hpp
Any thoughts?
The text was updated successfully, but these errors were encountered: