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 a2086a7 commit a8a1a2eCopy full SHA for a8a1a2e
test/Interop/Cxx/class/Inputs/member-variables.h
@@ -5,7 +5,7 @@
5
#include <type_traits>
6
#include <optional>
7
8
-#if defined(_WIN32) || defined(_WIN64)
+#if defined(_MSC_VER)
9
#define NO_UNIQUE_ADDRESS [[msvc::no_unique_address]]
10
#else
11
#define NO_UNIQUE_ADDRESS [[no_unique_address]]
0 commit comments