Fix to_string docs

This commit is contained in:
Victor Zverovich 2020-02-15 09:51:35 +01:00
parent f733882b55
commit 3bafd0749b

View File

@ -3238,7 +3238,6 @@ arg_join<internal::iterator_t<const Range>, wchar_t> join(const Range& range,
/**
\rst
Converts *value* to ``std::string`` using the default format for type *T*.
It doesn't support user-defined types with custom formatters.
**Example**::