From 1b388c24965e42a5daeebebfdeaeed5a5a0a493c Mon Sep 17 00:00:00 2001 From: "Pavel I. Kryukov" Date: Sat, 25 Nov 2017 12:15:52 +0300 Subject: [PATCH] Remove std::unary_function from zip_iterator_eg.rst --- doc/zip_iterator_eg.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 {