mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-02 22:34:31 +02:00
workaround for MIPSpro 7.3.1.3 name lookup problem
[SVN r23826]
This commit is contained in:
@@ -39,7 +39,7 @@ template< typename T, BOOST_MPL_AUX_NTTP_DECL(int, N) >
|
||||
struct single_iter_base
|
||||
{
|
||||
typedef ra_iter_tag_ category;
|
||||
typedef int_<N> position;
|
||||
typedef mpl::int_<N> position;
|
||||
|
||||
template< typename D >
|
||||
struct BOOST_MPL_AUX_ITERATOR_ADVANCE
|
||||
|
Reference in New Issue
Block a user