Document join and relax its compiler requirements

This commit is contained in:
Victor Zverovich
2019-05-29 10:27:05 -07:00
parent ad360a62b0
commit afc571aedc
3 changed files with 32 additions and 18 deletions

View File

@@ -180,10 +180,6 @@ You can also write a formatter for a hierarchy of classes::
fmt::print("{}", a); // prints "B"
}
This section shows how to define a custom format function for a user-defined
type. The next section describes how to get ``fmt`` to use a conventional stream
output ``operator<<`` when one is defined for a user-defined type.
Output Iterator Support
-----------------------
@@ -214,6 +210,10 @@ Utilities
.. doxygenfunction:: fmt::to_string_view(basic_string_view<Char>)
.. doxygenfunction:: fmt::join(const Range&, string_view)
.. doxygenfunction:: fmt::join(It, It, string_view)
.. doxygenclass:: fmt::basic_memory_buffer
:protected-members:
:members: