[SVN r24964]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2004-09-07 23:49:45 +00:00
parent 222792897e
commit 3bf1d39bfb

View File

@@ -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;
};