mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-05 02:55:21 +00:00
Fix a comment
This commit is contained in:
parent
8f18e72df5
commit
b471192160
@ -1869,7 +1869,7 @@ FMT_END_EXPORT
|
||||
``vformat``::
|
||||
|
||||
void vlog(string_view format_str, format_args args); // OK
|
||||
format_args args = make_format_args(42); // Error: dangling reference
|
||||
format_args args = make_format_args(); // Error: dangling reference
|
||||
\endrst
|
||||
*/
|
||||
template <typename Context> class basic_format_args {
|
||||
|
Loading…
Reference in New Issue
Block a user