Skip to content

Commit

Permalink
update 10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Mooophy committed Oct 22, 2015
1 parent 3cf74ee commit fac1cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch10/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
## Exercise 10.8:
>We said that algorithms do not change the size of the containers over which they operate. Why doesn’t the use of back_inserter invalidate this claim?
Inserters like `back_inserter` is part of `<iterator>` rather than `algorithm`.
Inserters like `back_inserter` is part of `<iterator>` rather than `<algorithm>`.

##[Exercise 10.9](ex10_09.cpp)

Expand Down

0 comments on commit fac1cf1

Please sign in to comment.