mirror of
https://github.com/fmtlib/fmt.git
synced 2026-02-11 01:19:03 +01:00
count_code_points(basic_string_view<char8_t>) was defined in fmt/format-inl.h, and only declared in fmt/format.h, but not defined in src/format.cc. This commit moves the overload to fmt/format.h and inlines it.