forked from boostorg/fusion
fix support for segmented iteration
[SVN r41093]
This commit is contained in:
@ -117,7 +117,7 @@ namespace boost { namespace fusion { namespace detail
|
||||
private:
|
||||
static type call_(SegmentedRange const &range, mpl::true_)
|
||||
{
|
||||
return found::call(range, where::call(*range.where));
|
||||
return found::call(range, where::call(*range.where_));
|
||||
}
|
||||
|
||||
static type call_(SegmentedRange const &range, mpl::false_)
|
||||
|
Reference in New Issue
Block a user