From 661b192545ce53e95c3fb5df1e8ffbb0c4bab998 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 29 May 2022 13:22:45 -0700 Subject: [PATCH] Remove FMT_HEADER_ONLY_CONSTEXPR20 --- include/fmt/format.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/fmt/format.h b/include/fmt/format.h index f9a678b5..95504a85 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -252,12 +252,6 @@ inline auto ctzll(uint64_t x) -> int { FMT_END_NAMESPACE #endif -#ifdef FMT_HEADER_ONLY -# define FMT_HEADER_ONLY_CONSTEXPR20 FMT_CONSTEXPR20 -#else -# define FMT_HEADER_ONLY_CONSTEXPR20 -#endif - FMT_BEGIN_NAMESPACE namespace detail {