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