Skip to content

Commit

Permalink
libs: update fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni500github committed Sep 2, 2024
1 parent bc3769d commit 92babc4
Show file tree
Hide file tree
Showing 13 changed files with 2,869 additions and 2,802 deletions.
2 changes: 1 addition & 1 deletion include/fmt/args.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class dynamic_format_arg_store

template <typename T> struct need_copy {
static constexpr detail::type mapped_type =
detail::mapped_type_constant<T, Context>::value;
detail::mapped_type_constant<T, char_type>::value;

enum {
value = !(detail::is_reference_wrapper<T>::value ||
Expand Down
Loading

0 comments on commit 92babc4

Please sign in to comment.