mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-09-14 14:42:26 +08:00
Improvements detection of features, part 18
This commit is contained in:
parent
914bd880ee
commit
2da851d329
@ -123,8 +123,6 @@
|
||||
|
||||
#ifdef FASTFLOAT_NO_UNIQUE_ADDRESS
|
||||
// Use the provided definition.
|
||||
#elif FASTFLOAT_CPLUSPLUS < 202002L
|
||||
// Not supported.
|
||||
#elif FASTFLOAT_HAS_CPP_ATTRIBUTE(no_unique_address)
|
||||
#define FASTFLOAT_NO_UNIQUE_ADDRESS [[no_unique_address]]
|
||||
// VS2019 v16.10 and later except clang-cl (https://reviews.llvm.org/D110485).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user