mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-08 02:28:15 +00:00
Remove TYPES
This commit is contained in:
parent
a64f60c849
commit
168460f02c
@ -1211,7 +1211,6 @@ template <typename Context, typename... Args> class format_arg_store {
|
|||||||
static constexpr unsigned long long types =
|
static constexpr unsigned long long types =
|
||||||
is_packed ? internal::encode_types<Context, Args...>()
|
is_packed ? internal::encode_types<Context, Args...>()
|
||||||
: internal::is_unpacked_bit | num_args;
|
: internal::is_unpacked_bit | num_args;
|
||||||
FMT_DEPRECATED static constexpr unsigned long long TYPES = types;
|
|
||||||
|
|
||||||
format_arg_store(const Args&... args)
|
format_arg_store(const Args&... args)
|
||||||
: data_{internal::make_arg<is_packed, Context>(args)...} {}
|
: data_{internal::make_arg<is_packed, Context>(args)...} {}
|
||||||
|
Loading…
Reference in New Issue
Block a user