mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-03 14:54:30 +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<
|
||||
Vector
|
||||
, (n_ + BOOST_MPL_AUX_NESTED_VALUE_WKND(long, Distance::value))
|
||||
, (n_ + BOOST_MPL_AUX_NESTED_VALUE_WKND(long, Distance))
|
||||
> type;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user