mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-03 14:54:30 +02:00
MIPSpro fix
[SVN r24952]
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user