Skip to content

Commit

Permalink
Fix dynamic_format_arg_store::push_back comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Mar 15, 2021
1 parent 6151d0d commit 8308f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fmt/args.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ class dynamic_format_arg_store
/**
Adds named argument into the dynamic store for later passing to a formatting
function. ``std::reference_wrapper`` is supported to avoid copying of the
argument. The name is always stored by reference.
argument. The name is always copied into the store.
*/
template <typename T>
void push_back(const detail::named_arg<char_type, T>& arg) {
Expand Down

0 comments on commit 8308f52

Please sign in to comment.