Skip to content

[expr.const] Missing indefinite article in CWG2558 resolution #6112

@zygoloid

Description

@zygoloid

The resolution of CWG2558 adds:

if the value is an object of scalar type, it does not have indeterminate value (6.7.4 [basic.indet]),

but this should be:

if the value is an object of scalar type, it does not have an indeterminate value (6.7.4 [basic.indet]),

because in C++ (unlike in C) an indeterminate value is a particular kind of value, rather than "has indeterminate value" being a property of an object / region of storage. See [basic.indet]p1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions