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.
1 parent c5f1379 commit a87ef64Copy full SHA for a87ef64
libcudacxx/include/cuda/std/__cccl/builtin.h
@@ -930,7 +930,7 @@
930
# define _CCCL_BUILTIN_HAS_TRIVIAL_DESTRUCTOR(...) __has_trivial_destructor(__VA_ARGS__)
931
#endif // _CCCL_CHECK_BUILTIN(has_trivial_destructor) && gcc >= 4.3
932
933
-#if _CCCL_CHECK_BUILTIN(has_unique_object_representations) || _CCCL_COMPILER(GCC, >=, 7)
+#if _CCCL_CHECK_BUILTIN(has_unique_object_representations) || _CCCL_COMPILER(GCC, >=, 7) || _CCCL_COMPILER(MSVC)
934
# define _CCCL_BUILTIN_HAS_UNIQUE_OBJECT_REPRESENTATIONS(...) __has_unique_object_representations(__VA_ARGS__)
935
#endif // _CCCL_CHECK_BUILTIN(has_unique_object_representations) && gcc >= 7.0
936
0 commit comments