-
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
Page 367: Typo in return value of operator!= #145
Comments
Also, I’ve only been posting substantive typos, by which I mean that they could cause confusion (granted, both typos I’ve reported thus far have been minor). I’ve also identified:
I haven’t bothered reporting these as they are all very minor (and for all I know, the last one in this list may have been intentional). Do you want me to stay on my current path (only reporting more substantive typos) or would you prefer I also report these very paltry typos as well (with the caveat that I’m not going to reread the past 370+ pages to find them again, so I’ll only report new ones going forward)? I don’t want to waste your time, but if No Starch Press intends to print another edition with these fixed (or you find time to update the book for C++20 in the next few years :P), it takes me very little time to report them on my phone. |
Thanks, @danzek! I'll have a look at these others |
The top of p. 367 (print edition) indicates that both
operator==
andoperator!=
returntrue
, but in Listing 11-18 the latter returnsfalse
.The text was updated successfully, but these errors were encountered: