Commit 48dff9f3 authored by Victor Zverovich's avatar Victor Zverovich

Update docs

parent a9e26159
...@@ -157,7 +157,7 @@ Output iterator support ...@@ -157,7 +157,7 @@ Output iterator support
----------------------- -----------------------
.. doxygenfunction:: fmt::format_to(OutputIt, string_view, const Args&...) .. doxygenfunction:: fmt::format_to(OutputIt, string_view, const Args&...)
.. doxygenfunction:: fmt::format_to_n(OutputIt, size_t, string_view, const Args&...) .. doxygenfunction:: fmt::format_to_n(OutputIt, std::size_t, string_view, const Args&...)
.. doxygenstruct:: fmt::format_to_n_result .. doxygenstruct:: fmt::format_to_n_result
:members: :members:
......
...@@ -3458,6 +3458,7 @@ auto join(const Range &range, wstring_view sep) ...@@ -3458,6 +3458,7 @@ auto join(const Range &range, wstring_view sep)
/** /**
\rst \rst
Converts *value* to ``std::string`` using the default format for type *T*. Converts *value* to ``std::string`` using the default format for type *T*.
It doesn't support user-defined types with custom formatters.
**Example**:: **Example**::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment