-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A set of typos in the electronic book #229
Comments
- Creates a period frome d to d+n_days.
+ Creates a period from d to d+n_days. |
- tive containers typically use a red-black tree like their set counterparts. They also
+ tive containers typically don't use a red-black tree like their set counterparts. They also |
- A bimap is an associative container that allows both types to be used as a key.
+ A bimap is an associative container that allows two types to be used as a key. |
- The algorithm returns false if the target sequence is empty or if pred is true for any element in the sequence; otherwise, it returns false.
+ The algorithm returns true if the target sequence is empty or if pred is true for any element in the sequence; otherwise, it returns false. |
- If copying, elements of the target sequence must by copyable, and the target and destination ranges cannot overlap.
+ If copying, elements of the target sequence must be copyable, and the target and destination ranges cannot overlap. 2x |
- ("paths", value<std::vector<std::string>>(), "path to search"); ➏
+ ("path", value<std::vector<std::string>>(), "path to search"); ➏ as in https://github.com/JLospinoso/ccc/blob/master/chapter_21/program_options.cpp#L14 |
- auto son_of_arathorn = aragorn; ➐
+ auto son_of_arathorn = aragorn; ➎ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I read the book in O'Reilly Learning a few months ago and took some notes (some fixed in the current version). Sorry for dumping my list of (presumed) typos/bugs in a row.
Thanks a ton for such an instructive and amusing book.
Regards.
The text was updated successfully, but these errors were encountered: