mirror of
https://github.com/boostorg/unordered.git
synced 2025-11-13 22:11:01 +01:00
`__has_cpp_attribute(deprecated)` returns true for C++11, but then warns that it's a C++14 attribute, so only check in C++14 mode.
`__has_cpp_attribute(deprecated)` returns true for C++11, but then warns that it's a C++14 attribute, so only check in C++14 mode.