Skip to content

Commit

Permalink
Added reference to #304
Browse files Browse the repository at this point in the history
  • Loading branch information
Mooophy committed Jul 23, 2015
1 parent da53210 commit b5c2fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch13/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ The member (smart pointer and container) will be copied.
## Exercise 13.21:
>Do you think the TextQuery and QueryResult classes need to define their own versions of the copy-control members? If so, why? If not, why not? Implement whichever copy-control operations you think these classes require.
As synthesized version meet all requirements for this case, no custom version control memebers need to define.
As synthesized version meet all requirements for this case, no custom version control memebers need to define. Check [#304](https://github.com/Mooophy/Cpp-Primer/issues/304#issuecomment-124081395) for detail.

## [Exercise 13.22](ex13_22.h)

Expand Down

0 comments on commit b5c2fcd

Please sign in to comment.