From 9fc05747152be992887cdba22e8a70d702a82892 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 13 Jan 2013 08:37:47 -0800 Subject: [PATCH] Fix the build on MSVC. --- format.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/format.h b/format.h index 78eed074..79977985 100644 --- a/format.h +++ b/format.h @@ -143,10 +143,10 @@ template <> struct IntTraits : UnsignedIntTraits {}; template <> -struct IntTraits : SignedIntTraits {}; +struct IntTraits : SignedIntTraits {}; template <> -struct IntTraits : UnsignedIntTraits {}; +struct IntTraits : UnsignedIntTraits {}; class ArgInserter; class FormatterProxy;