Improve API and make it work on older GCC.

This commit is contained in:
Victor Zverovich
2012-12-16 10:03:19 -08:00
parent fcf476bb02
commit 93a970945e
2 changed files with 20 additions and 5 deletions
-1
View File
@@ -731,7 +731,6 @@ TEST(ActiveFormatterTest, ArgLifetime) {
// been destroyed, but ArgInserter dtor hasn't been called yet.
// But that's OK since the Arg's dtor takes care of this and
// calls Format.
EXPECT_EQ("test", str(af));
}
#endif