mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-24 12:14:26 +00:00
Fix to_string docs
This commit is contained in:
parent
f733882b55
commit
3bafd0749b
@ -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**::
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user