We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33b4a62 + 4006273 commit 37112e4Copy full SHA for 37112e4
glm/detail/setup.hpp
@@ -148,10 +148,7 @@
148
// http://gcc.gnu.org/projects/cxx0x.html
149
// http://msdn.microsoft.com/en-us/library/vstudio/hh567368(v=vs.120).aspx
150
151
-// Android has multiple STLs but C++11 STL detection doesn't always work #284 #564
152
-#if GLM_PLATFORM == GLM_PLATFORM_ANDROID && !defined(GLM_LANG_STL11_FORCED)
153
-# define GLM_HAS_CXX11_STL 0
154
-#elif (GLM_COMPILER & GLM_COMPILER_CUDA_RTC) == GLM_COMPILER_CUDA_RTC
+#if (GLM_COMPILER & GLM_COMPILER_CUDA_RTC) == GLM_COMPILER_CUDA_RTC
155
# define GLM_HAS_CXX11_STL 0
156
#elif (GLM_COMPILER & GLM_COMPILER_HIP)
157
0 commit comments