mirror of
				https://github.com/boostorg/iterator.git
				synced 2025-10-31 08:21:37 +01:00 
			
		
		
		
	Remove std::unary_function from zip_iterator_eg.rst
This commit is contained in:
		| @@ -45,8 +45,7 @@ A non-generic implementation of ``zip_func`` could look as follows: | ||||
| :: | ||||
|  | ||||
|  | ||||
|       struct zip_func :  | ||||
|         public std::unary_function<const boost::tuple<const double&, const int&>&, void> | ||||
|       struct zip_func | ||||
|       { | ||||
|         void operator()(const boost::tuple<const double&, const int&>& t) const | ||||
|         { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user