Commit b33d2aa8 authored by Victor Zverovich's avatar Victor Zverovich

Workaround Windows braindamage.

parent 88e0db84
...@@ -29,6 +29,8 @@ ...@@ -29,6 +29,8 @@
#include "format.cc" #include "format.cc"
#include "gtest-extra.h" #include "gtest-extra.h"
#undef max
TEST(FormatTest, ArgConverter) { TEST(FormatTest, ArgConverter) {
using fmt::internal::Arg; using fmt::internal::Arg;
Arg arg = Arg(); Arg arg = Arg();
......
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