Cleanup check_format_string

This commit is contained in:
Victor Zverovich
2022-05-29 19:00:22 -07:00
parent 054b1d9808
commit fe6eb792d5
2 changed files with 10 additions and 15 deletions

View File

@@ -322,8 +322,6 @@ Utilities
.. doxygenfunction:: fmt::to_string(const T &value) -> std::string
.. doxygenfunction:: fmt::to_string_view(const Char *s) -> basic_string_view<Char>
.. doxygenfunction:: fmt::join(Range &&range, string_view sep) -> join_view<detail::iterator_t<Range>, detail::sentinel_t<Range>>
.. doxygenfunction:: fmt::join(It begin, Sentinel end, string_view sep) -> join_view<It, Sentinel>