Use constexpr only with C++14 compiler

This commit is contained in:
Groove
2018-07-24 23:41:55 +02:00
parent 97e189606f
commit c3c8b73c57
60 changed files with 685 additions and 702 deletions

View File

@@ -10,7 +10,7 @@ struct _swizzle
struct vec2
{
GLM_CONSTEXPR_CXX11 vec2() :
GLM_CONSTEXPR vec2() :
x(0), y(0)
{}