tutorial updates

[SVN r21615]
This commit is contained in:
Dave Abrahams
2004-01-12 02:49:55 +00:00
parent a6b2a098c1
commit 06e1fa88b9
20 changed files with 3805 additions and 325 deletions

View File

@ -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(