Skip to content

Remove exceptions from containers #40

Open
@seanbaxter

Description

@seanbaxter

Remove exceptions from safe containers and make out-of-memory a panic. We can use new (std::nothrow) to avoid throws.

Compiler: Replace noexcept with nothrow specifier. That will be ill-formed when there's any cleanup path out of a function. We want to minimize cleanup paths in advance of relocation through references.

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