diff --git a/filter_iterator.htm b/filter_iterator.htm index 19dcbf7..6c0c973 100644 --- a/filter_iterator.htm +++ b/filter_iterator.htm @@ -195,7 +195,7 @@ The policies type has only one public function, which is its constructor:
template <class Predicate, class BaseIterator> -typename detail::filter_generator<Predicate, BaseIterator>::type +typename filter_generator<Predicate, BaseIterator>::type make_filter_iterator(BaseIterator first, BaseIterator last, const Predicate& p = Predicate())