MIPSpro fix

[SVN r24952]
This commit is contained in:
Aleksey Gurtovoy
2004-09-07 10:27:56 +00:00
parent 4870cdb458
commit 3e94c1bfbb

View File

@@ -24,6 +24,7 @@
#include <boost/mpl/prior.hpp>
#include <boost/mpl/aux_/iterator_names.hpp>
#include <boost/mpl/aux_/nttp_decl.hpp>
#include <boost/mpl/aux_/value_wknd.hpp>
#include <boost/mpl/aux_/config/ctps.hpp>
#include <boost/mpl/aux_/config/workaround.hpp>
@@ -85,7 +86,7 @@ struct advance< v_iter<Vector,n_>,Distance>
{
typedef v_iter<
Vector
, (n_ + Distance::value)
, (n_ + BOOST_MPL_AUX_NESTED_VALUE_WKND(long, Distance::value))
> type;
};