diff --git a/glm/detail/setup.hpp b/glm/detail/setup.hpp index c2ed8ade..e07fd90a 100644 --- a/glm/detail/setup.hpp +++ b/glm/detail/setup.hpp @@ -765,10 +765,6 @@ namespace glm /////////////////////////////////////////////////////////////////////////////////// // countof -#ifndef __has_feature -# define __has_feature(x) 0 // Compatibility with non-clang compilers. -#endif - #if GLM_HAS_CONSTEXPR_PARTIAL namespace glm { diff --git a/readme.md b/readme.md index c87c00b7..48bf30cd 100644 --- a/readme.md +++ b/readme.md @@ -89,6 +89,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate) - Fixed axisAngle NaN #638 - Fixed integer pow from GTX_integer with null exponent #658 - Fixed quat normalize build error #656 +- Fixed Visual C++ 2017.2 warning regarding __has_feature definision #655 #### Deprecation: - Requires Visual Studio 2013, GCC 4.7, Clang 3.4, Cuda 7, ICC 2013 or a C++11 compiler