We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 310a473 commit 07ca686Copy full SHA for 07ca686
1 file changed
include/boost/multi/detail/config/NO_UNIQUE_ADDRESS.hpp
@@ -10,7 +10,7 @@
10
#ifdef __has_cpp_attribute
11
#if __has_cpp_attribute(no_unique_address) >= 201803L && !defined(__NVCC__) && !defined(__PGI) && (__cplusplus >= 202002L || (defined(_MSVC_LANG) && _MSVC_LANG >= 202002L))
12
// NOLINTNEXTLINE(cppcoreguidelines-macro-usage) this macro will be needed until C++20
13
- #define BOOST_MULTI_NO_UNIQUE_ADDRESS [[no_unique_address]]
+ #define BOOST_MULTI_NO_UNIQUE_ADDRESS // [[no_unique_address]]
14
#endif
15
16
0 commit comments