Commit 168460f0 authored by Victor Zverovich's avatar Victor Zverovich

Remove TYPES

parent a64f60c8
...@@ -1211,7 +1211,6 @@ template <typename Context, typename... Args> class format_arg_store { ...@@ -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)...} {}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment