VC++ fixes

[SVN r14435]
This commit is contained in:
Dave Abrahams
2002-07-13 12:22:51 +00:00
committed by Andrey Semashev
parent 40d73a99e9
commit 6adadccbde

View File

@@ -347,7 +347,7 @@ void test(Number* = 0)
// factoring out difference_type for the assert below confused Borland :( // factoring out difference_type for the assert below confused Borland :(
typedef boost::detail::is_signed< typedef boost::detail::is_signed<
#ifndef BOOST_MSVC #if !defined(BOOST_MSVC) || BOOST_MSVC > 1300
typename typename
#endif #endif
boost::detail::numeric_traits<Number>::difference_type boost::detail::numeric_traits<Number>::difference_type