diff --git a/doc/zip_iterator_eg.rst b/doc/zip_iterator_eg.rst index e999f15..5fb7a7b 100644 --- a/doc/zip_iterator_eg.rst +++ b/doc/zip_iterator_eg.rst @@ -45,8 +45,7 @@ A non-generic implementation of ``zip_func`` could look as follows: :: - struct zip_func : - public std::unary_function&, void> + struct zip_func { void operator()(const boost::tuple& t) const {