fix support for segmented iteration

[SVN r41093]
This commit is contained in:
Eric Niebler
2007-11-14 16:36:15 +00:00
parent 5359a24800
commit d785c34d56
3 changed files with 24 additions and 11 deletions

View File

@ -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_)