apply original comment

This commit is contained in:
Elliot Haisley 2021-04-07 09:51:40 -04:00
parent 523bc41985
commit cab783375f

View File

@ -392,7 +392,7 @@ template <typename Char> class basic_string_view {
the size with ``std::char_traits<Char>::length``. the size with ``std::char_traits<Char>::length``.
\endrst \endrst
*/ */
#if __cplusplus >= 201703L #if __cplusplus >= 201703L // C++17's char_traits::length() is constexpr.
constexpr constexpr
#endif #endif
FMT_INLINE FMT_INLINE