Fixed Visual C++ 2017.2 warning regarding __has_feature definision #655
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user