Skip to content

Commit 07ca686

Browse files
committed
completely disable NO_UNIQUE_ADDRESS
1 parent 310a473 commit 07ca686

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/boost/multi/detail/config/NO_UNIQUE_ADDRESS.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#ifdef __has_cpp_attribute
1111
#if __has_cpp_attribute(no_unique_address) >= 201803L && !defined(__NVCC__) && !defined(__PGI) && (__cplusplus >= 202002L || (defined(_MSVC_LANG) && _MSVC_LANG >= 202002L))
1212
// NOLINTNEXTLINE(cppcoreguidelines-macro-usage) this macro will be needed until C++20
13-
#define BOOST_MULTI_NO_UNIQUE_ADDRESS [[no_unique_address]]
13+
#define BOOST_MULTI_NO_UNIQUE_ADDRESS // [[no_unique_address]]
1414
#endif
1515
#endif
1616

0 commit comments

Comments
 (0)