mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 10:47:35 +02:00
Workaround Windows braindamage.
This commit is contained in:
@ -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();
|
||||||
|
Reference in New Issue
Block a user