forked from boostorg/tuple
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
[SVN r30670]
This commit is contained in:
@ -105,7 +105,7 @@ namespace tuples {
|
|||||||
// Each of vc6 and vc7 seem to require a different formulation
|
// Each of vc6 and vc7 seem to require a different formulation
|
||||||
// of this return type
|
// of this return type
|
||||||
template <class H, class T>
|
template <class H, class T>
|
||||||
#if BOOST_WORKAROUND(BOOST_MSVC, == 1200)
|
#if BOOST_WORKAROUND(BOOST_MSVC, < 1300)
|
||||||
static typename add_reference<typename add_const<T>::type>::type
|
static typename add_reference<typename add_const<T>::type>::type
|
||||||
#else
|
#else
|
||||||
static typename add_const_reference<T>::type
|
static typename add_const_reference<T>::type
|
||||||
|
Reference in New Issue
Block a user