You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
"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)
The text was updated successfully, but these errors were encountered: