diff --git a/include/fmt/core.h b/include/fmt/core.h index 45c208f5..45bf19bb 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 // C++17's char_traits::length() is constexpr. +#if __cplusplus >= 201703L // C++17's char_traits::length() is constexpr. constexpr #endif FMT_INLINE