Skip to content

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

@thederz

Description

@thederz

"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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions