From 2da851d329e40cf2007e53542dfd5eec84f0e05e Mon Sep 17 00:00:00 2001 From: HedgehogInTheCPP Date: Wed, 26 Aug 2026 00:07:37 +0300 Subject: [PATCH] Improvements detection of features, part 18 --- include/fast_float/constexpr_feature_detect.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/fast_float/constexpr_feature_detect.h b/include/fast_float/constexpr_feature_detect.h index 5a7b8f0..9b1f597 100644 --- a/include/fast_float/constexpr_feature_detect.h +++ b/include/fast_float/constexpr_feature_detect.h @@ -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).