clang format

This commit is contained in:
Elliot Haisley 2021-04-07 11:50:01 -04:00
parent cab783375f
commit d67b4a4e9a

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 // C++17's char_traits::length() is constexpr. #if __cplusplus >= 201703L // C++17's char_traits::length() is constexpr.
constexpr constexpr
#endif #endif
FMT_INLINE FMT_INLINE