Commit 3bafd074 authored by Victor Zverovich's avatar Victor Zverovich

Fix to_string docs

parent f733882b
...@@ -3238,7 +3238,6 @@ arg_join<internal::iterator_t<const Range>, wchar_t> join(const Range& range, ...@@ -3238,7 +3238,6 @@ arg_join<internal::iterator_t<const Range>, wchar_t> join(const Range& range,
/** /**
\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