Skip to content

Commit

Permalink
fixed the answer for Exercise 7.44
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvoid committed Nov 5, 2016
1 parent 6ce9653 commit bcf49ae
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 bcf49ae

Please sign in to comment.