diff options
Diffstat (limited to 'community/glm/fix-const-expr.patch')
-rw-r--r-- | community/glm/fix-const-expr.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/community/glm/fix-const-expr.patch b/community/glm/fix-const-expr.patch deleted file mode 100644 index c977036983..0000000000 --- a/community/glm/fix-const-expr.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/glm/detail/setup.hpp
-+++ b/glm/detail/setup.hpp
-@@ -283,7 +283,6 @@
- #else
- # define GLM_HAS_CONSTEXPR ((GLM_LANG & GLM_LANG_CXX0X_FLAG) && GLM_HAS_INITIALIZER_LISTS && (\
- ((GLM_COMPILER & GLM_COMPILER_INTEL) && (GLM_COMPILER >= GLM_COMPILER_INTEL17)) || \
-- ((GLM_COMPILER & GLM_COMPILER_GCC) && (GLM_COMPILER >= GLM_COMPILER_GCC6)) || \
- ((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER >= GLM_COMPILER_VC15))))
- #endif
-
|