forked from boostorg/iterator
tutorial updates
[SVN r21615]
This commit is contained in:
@ -31,7 +31,7 @@ int main()
|
||||
|
||||
std::for_each(
|
||||
node_iterator(nodes.get()), node_iterator()
|
||||
, boost::mem_fn(&node_base::twice)
|
||||
, boost::mem_fn(&node_base::double_me)
|
||||
);
|
||||
|
||||
std::copy(
|
||||
|
Reference in New Issue
Block a user