Update docs

This commit is contained in:
Victor Zverovich
2018-07-18 06:44:46 -07:00
parent a9e261599b
commit 48dff9f3c5
2 changed files with 2 additions and 1 deletions

View File

@@ -3458,6 +3458,7 @@ auto join(const Range &range, wstring_view sep)
/**
\rst
Converts *value* to ``std::string`` using the default format for type *T*.
It doesn't support user-defined types with custom formatters.
**Example**::