Move source files to the src directory

This commit is contained in:
Victor Zverovich
2018-03-21 07:50:59 -07:00
parent 7971ed3db3
commit 3da71d51e0
8 changed files with 19 additions and 52 deletions
+2 -1
View File
@@ -1637,7 +1637,7 @@ TEST(FormatTest, OutputIterators) {
}
TEST(FormatTest, OutputSize) {
EXPECT_EQ(2, fmt::count("{}", 42));
EXPECT_EQ(2u, fmt::count("{}", 42));
}
#if FMT_USE_CONSTEXPR
@@ -1974,3 +1974,4 @@ TEST(FormatTest, FormatStringErrors) {
int, int);
}
#endif // FMT_USE_CONSTEXPR