Custom FormatSpec (#439) (#444)

* A custom FormatSpec type can be passed as a template argument to the ArgFormatter chain (#439)

* Corrected nested-name-specifier error

* Spec template argument defaulted to FormatSpec

* Forward declaration of FormatSpec

* Style

* Style (part 2)

* Style (part 3)
This commit is contained in:
Jean-Charles Lefebvre
2016-12-30 20:25:42 +01:00
committed by Victor Zverovich
parent b9aaa507fc
commit e1689cb985
4 changed files with 45 additions and 36 deletions

View File

@@ -1660,4 +1660,3 @@ void convert(int);
TEST(FormatTest, ConvertCollision) {
fmt::format("{}", 42);
}