mirror of
https://github.com/boostorg/detail.git
synced 2025-08-02 22:04:27 +02:00
VC++ fixes
[SVN r14435]
This commit is contained in:
committed by
Andrey Semashev
parent
40d73a99e9
commit
6adadccbde
@@ -347,7 +347,7 @@ void test(Number* = 0)
|
||||
|
||||
// factoring out difference_type for the assert below confused Borland :(
|
||||
typedef boost::detail::is_signed<
|
||||
#ifndef BOOST_MSVC
|
||||
#if !defined(BOOST_MSVC) || BOOST_MSVC > 1300
|
||||
typename
|
||||
#endif
|
||||
boost::detail::numeric_traits<Number>::difference_type
|
||||
|
Reference in New Issue
Block a user