We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d3f0e9 commit 5f26f53Copy full SHA for 5f26f53
sus/macros/__private/compiler_bugs.h
@@ -98,8 +98,7 @@
98
// TODO: https://github.com/llvm/llvm-project/issues/49358
99
// Clang-cl doesn't support either [[no_unique_address]] nor
100
// [[msvc::no_unique_address]]
101
-#if _MSC_VER && defined(__clang__) && \
102
- __clang_major__ > 0 // TODO: Update when the bug is fixed.
+#if _MSC_VER && defined(__clang__) && __clang_major__ <= 17
103
#define sus_clang_bug_49358(...) __VA_ARGS__
104
#define sus_clang_bug_49358_else(...)
105
#else
0 commit comments