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
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.
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
The text was updated successfully, but these errors were encountered: