mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
Fixed Visual C++ 2015 constexpr errors: Disabled only partial support
This commit is contained in:
parent
4eec569f92
commit
387f931feb
@ -539,8 +539,7 @@
|
|||||||
# define GLM_HAS_CONSTEXPR 1
|
# define GLM_HAS_CONSTEXPR 1
|
||||||
#else
|
#else
|
||||||
# define GLM_HAS_CONSTEXPR (GLM_LANG & GLM_LANG_CXX0X_FLAG) && (\
|
# define GLM_HAS_CONSTEXPR (GLM_LANG & GLM_LANG_CXX0X_FLAG) && (\
|
||||||
((GLM_COMPILER & GLM_COMPILER_GCC) && (GLM_COMPILER >= GLM_COMPILER_GCC46)) || \
|
((GLM_COMPILER & GLM_COMPILER_GCC) && (GLM_COMPILER >= GLM_COMPILER_GCC46)))
|
||||||
((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER >= GLM_COMPILER_VC2015)))
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// N2672
|
// N2672
|
||||||
|
@ -82,7 +82,8 @@ Fixes:
|
|||||||
- Fixed warnings in F2x11_1x10 packing function in GTC_packing #295
|
- Fixed warnings in F2x11_1x10 packing function in GTC_packing #295
|
||||||
- Fixed Visual Studio natvis support for vec4 #288
|
- Fixed Visual Studio natvis support for vec4 #288
|
||||||
- Fixed GTC_packing *pack*norm*x* build and added tests #292
|
- Fixed GTC_packing *pack*norm*x* build and added tests #292
|
||||||
- Disabled GTX_scalar_multiplication for GCC #242
|
- Disabled GTX_scalar_multiplication for GCC, failing to build tests #242
|
||||||
|
- Fixed Visual C++ 2015 constexpr errors: Disabled only partial support
|
||||||
|
|
||||||
================================================================================
|
================================================================================
|
||||||
GLM 0.9.6.1: 2014-12-10
|
GLM 0.9.6.1: 2014-12-10
|
||||||
|
Loading…
Reference in New Issue
Block a user