Skip to content

Commit a8a1a2e

Browse files
hnrklssncompnerd
andauthored
Apply suggestion from @compnerd
Co-authored-by: Saleem Abdulrasool <[email protected]>
1 parent a2086a7 commit a8a1a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interop/Cxx/class/Inputs/member-variables.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include <type_traits>
66
#include <optional>
77

8-
#if defined(_WIN32) || defined(_WIN64)
8+
#if defined(_MSC_VER)
99
#define NO_UNIQUE_ADDRESS [[msvc::no_unique_address]]
1010
#else
1111
#define NO_UNIQUE_ADDRESS [[no_unique_address]]

0 commit comments

Comments
 (0)