Sync API with standards proposal

This commit is contained in:
Victor Zverovich
2018-04-21 14:29:24 -07:00
parent a1579b0ff8
commit 822eccc3b8
3 changed files with 8 additions and 11 deletions

View File

@@ -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 {