Commit 251e8774 authored by Victor Zverovich's avatar Victor Zverovich

Fix the build on MSVC.

parent 5ec28a49
......@@ -51,6 +51,7 @@ using fmt::StringRef;
#if _MSC_VER
# undef snprintf
# define snprintf _snprintf
# define isinf(x) (!_finite(x))
#endif
namespace {
......
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