Skip to content

Commit

Permalink
Merge pull request pezy#89 from jsvoid/patch-1
Browse files Browse the repository at this point in the history
fixed the answer for Exercise 7.44
  • Loading branch information
pezy authored Nov 10, 2016
2 parents 62e1eff + bcf49ae commit f17a0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch07/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ private:
Exercise 7.44
-------------
illegal, cause there are ten elements, each would be default initialized. But no default initializer for the temporary object.
illegal, cause there are ten elements, each would be value initialized. But no default constructor for `NoDefault` type.
Exercise 7.45
-------------
Expand Down

0 comments on commit f17a0bc

Please sign in to comment.