Skip to content
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

Table 13-11, p. 445: unordered_set<T>(...) should have braces instead #170

Closed
thederz opened this issue May 10, 2020 · 0 comments
Closed

Comments

@thederz
Copy link

thederz commented May 10, 2020

"unordered_set(..., [bck], [hsh], [keq], [alc])" should read
"unordered_set{..., [bck], [hsh], [keq], [alc]}"

In the top row of the table on p. 445, under Operation, it says "unordered_set(..., [bck], [hsh], [keq], [alc])" (so parentheses are used), but the Notes column says, "Performs braced initialization of a newly constructed unordered set" (emphasis added)

kruschk pushed a commit to kruschk/ccc that referenced this issue Apr 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant