Commit 09f40191 authored by Victor Zverovich's avatar Victor Zverovich

Fix build, take 2.

parent c164cb6e
......@@ -1647,7 +1647,9 @@ TEST(FormatTest, PrintColored) {
TEST(FormatTest, Variadic) {
EXPECT_EQ("abc1", str(format("{}c{}", "ab", 1)));
#if FMT_USE_VARIADIC_TEMPLATES && FMT_USE_RVALUE_REFERENCES
EXPECT_EQ(L"abc1", str(Format(L"{}c{}", L"ab", 1)));
#endif
}
template <typename T>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment