mirror of
https://github.com/boostorg/iterator.git
synced 2025-05-09 23:23:54 +00:00
Remove std::unary_function from zip_iterator_eg.rst
This commit is contained in:
parent
30b93d7428
commit
1b388c2496
@ -45,8 +45,7 @@ A non-generic implementation of ``zip_func`` could look as follows:
|
|||||||
::
|
::
|
||||||
|
|
||||||
|
|
||||||
struct zip_func :
|
struct zip_func
|
||||||
public std::unary_function<const boost::tuple<const double&, const int&>&, void>
|
|
||||||
{
|
{
|
||||||
void operator()(const boost::tuple<const double&, const int&>& t) const
|
void operator()(const boost::tuple<const double&, const int&>& t) const
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user