mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-05 15:54:39 +02:00
bug fix
[SVN r24964]
This commit is contained in:
@@ -86,7 +86,7 @@ struct advance< v_iter<Vector,n_>,Distance>
|
|||||||
{
|
{
|
||||||
typedef v_iter<
|
typedef v_iter<
|
||||||
Vector
|
Vector
|
||||||
, (n_ + BOOST_MPL_AUX_NESTED_VALUE_WKND(long, Distance::value))
|
, (n_ + BOOST_MPL_AUX_NESTED_VALUE_WKND(long, Distance))
|
||||||
> type;
|
> type;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user