minor (unused alias in test)
This commit is contained in:
parent
c2c5c5c846
commit
6e047c2a45
@ -50,7 +50,6 @@ template <> struct formatter<custom_type> {
|
|||||||
FMT_END_NAMESPACE
|
FMT_END_NAMESPACE
|
||||||
|
|
||||||
TEST(FormatDynArgsTest, CustomFormat) {
|
TEST(FormatDynArgsTest, CustomFormat) {
|
||||||
using context = fmt::format_context;
|
|
||||||
fmt::dynamic_format_arg_store<fmt::format_context> store;
|
fmt::dynamic_format_arg_store<fmt::format_context> store;
|
||||||
custom_type c{};
|
custom_type c{};
|
||||||
store.push_back(c);
|
store.push_back(c);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user