Skip to content

Consider using std::optional in for invalid memory access #95

Open
@jabraham17

Description

@jabraham17

Currently, memory accesses with invalid access use three different strategies, return nullptr, throw an exception, or panic. std::optional may be an option for the ones returning values.

Related to #9

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions