mirror of
https://github.com/fmtlib/fmt.git
synced 2025-11-29 13:50:02 +01:00
Sync API with standards proposal
This commit is contained in:
@@ -412,7 +412,7 @@ TEST(UtilTest, Increment) {
|
||||
|
||||
TEST(UtilTest, FormatArgs) {
|
||||
fmt::format_args args;
|
||||
EXPECT_FALSE(args[1]);
|
||||
EXPECT_FALSE(args.get(1));
|
||||
}
|
||||
|
||||
struct custom_context {
|
||||
|
||||
Reference in New Issue
Block a user