fmt/include/fmt
Christopher Di Bella c929684e33 inlines count_code_points(basic_string_view<char8_t)
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.
2019-06-01 07:17:22 -07:00
..
chrono.h FMT_EXPLICIT -> explicit, FMT_NULL -> nullptr 2019-05-30 07:42:36 -07:00
color.h Move enable_if to template params 2019-03-16 15:15:38 -07:00
core.h FMT_ENABLE_IF -> enable_if_t 2019-05-31 20:09:19 -07:00
format-inl.h inlines count_code_points(basic_string_view<char8_t) 2019-06-01 07:17:22 -07:00
format.h inlines count_code_points(basic_string_view<char8_t) 2019-06-01 07:17:22 -07:00
locale.h basic_buffer -> buffer 2019-04-07 20:32:28 -07:00
ostream.h fmt::internal::declval -> std::declval 2019-05-30 09:46:10 -07:00
posix.h FMT_EXPLICIT -> explicit, FMT_NULL -> nullptr 2019-05-30 07:42:36 -07:00
prepare.h fmt::internal::declval -> std::declval 2019-05-30 09:46:10 -07:00
printf.h fmt::internal::declval -> std::declval 2019-05-30 09:46:10 -07:00
ranges.h fmt::internal::declval -> std::declval 2019-05-30 09:46:10 -07:00
time.h Fix formatting of extreme durations (#1154) 2019-05-11 08:42:02 -07:00