Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kelbon committed Apr 5, 2024
1 parent 65c7a77 commit 3167fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/anyany/anyany.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#if __has_cpp_attribute(no_unique_address)
#define ANYANY_NO_UNIQUE_ADDRESS [[no_unique_address]]
#elif __has_cpp_attribute(msvc::no_unique_address)
#define ANYANY_NO_UNIQUE_ADDRESS msvc::no_unique_address
#define ANYANY_NO_UNIQUE_ADDRESS [[msvc::no_unique_address]]
#else
#define ANYANY_NO_UNIQUE_ADDRESS
#endif
Expand Down

0 comments on commit 3167fb7

Please sign in to comment.