diff --git a/integer_traits_test.cpp b/integer_traits_test.cpp index d0127d6..1548bdc 100644 --- a/integer_traits_test.cpp +++ b/integer_traits_test.cpp @@ -35,7 +35,7 @@ * Therefore, avoid explicit function template instantiations. */ -#if defined(BOOST_MSVC) && (BOOST_MSVC <= 1200) +#if defined(BOOST_MSVC) && (BOOST_MSVC <= 1300) template inline T make_char_numeric_for_streaming(T x) { return x; } namespace fix{ inline int make_char_numeric_for_streaming(char c) { return c; }