Commit 9fc05747 authored by Victor Zverovich's avatar Victor Zverovich

Fix the build on MSVC.

parent 4d8cc482
......@@ -143,10 +143,10 @@ template <>
struct IntTraits<unsigned> : UnsignedIntTraits<unsigned> {};
template <>
struct IntTraits<long> : SignedIntTraits<long, unsigned long> {};
struct IntTraits<int64_t> : SignedIntTraits<int64_t, uint64_t> {};
template <>
struct IntTraits<unsigned long> : UnsignedIntTraits<unsigned long> {};
struct IntTraits<uint64_t> : UnsignedIntTraits<uint64_t> {};
class ArgInserter;
class FormatterProxy;
......
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