From cab783375f4d4f91d65709f63ac519a5da0c0887 Mon Sep 17 00:00:00 2001 From: Elliot Haisley <35050275+Apache-HB@users.noreply.github.com> Date: Wed, 7 Apr 2021 09:51:40 -0400 Subject: [PATCH] apply original comment --- include/fmt/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fmt/core.h b/include/fmt/core.h index 32d0668f..45c208f5 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -392,7 +392,7 @@ template class basic_string_view { the size with ``std::char_traits::length``. \endrst */ -#if __cplusplus >= 201703L +#if __cplusplus >= 201703L // C++17's char_traits::length() is constexpr. constexpr #endif FMT_INLINE