mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-09-14 14:42:26 +08:00
Improvements detection of features, part 17
This commit is contained in:
parent
aa1e774889
commit
72f7acda15
@ -130,6 +130,8 @@
|
||||
// VS2019 v16.10 and later except clang-cl (https://reviews.llvm.org/D110485).
|
||||
#elif defined(_MSC_VER) && _MSC_VER >= 1929 && !defined(__clang__)
|
||||
#define FASTFLOAT_NO_UNIQUE_ADDRESS [[msvc::no_unique_address]]
|
||||
#else
|
||||
#define FASTFLOAT_NO_UNIQUE_ADDRESS
|
||||
#endif
|
||||
|
||||
#endif // FASTFLOAT_CONSTEXPR_FEATURE_DETECT_H
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user