Skip to content

Commit

Permalink
Merge pull request pezy#52 from JarvisBasara/master
Browse files Browse the repository at this point in the history
update exercise 9.30
  • Loading branch information
pezy committed May 9, 2016
2 parents 7689528 + d01fb74 commit 69b3d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch09/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ vec.resize(10); // erases 90 elements from the back of vec
that takes a single argument place on the element type?

If the container holds elements of a class type and resize adds elements
we **must supply an initializer** or the element type must have a **default constructor**.
the element type must have a **default constructor**.

## Exercise 9.31 [use list](ex9_31_1.cpp) | [use forward_list](ex9_31_2.cpp)
## [Exercise 9.32](ex9_32.cpp)
Expand Down

0 comments on commit 69b3d2f

Please sign in to comment.