We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vector is currently not fully exception safe:
Vector
radiant-cpp/radiant/Vector.h
Lines 47 to 65 in e32b683
All paths in Vector should be exception safe.
The text was updated successfully, but these errors were encountered:
Done by: #27
Sorry, something went wrong.
Pull request archonitelabs#2: SDX-9501 upstream sync
fabebfe
Merge in SEN/radiant-cpp from upstream-sync to sensor-main * commit '1871985157e680418121ba50924e0cbb451cea53': remove reserved namespace pollution cleanup Atomic update bazelversion tools links and mounts compat tools add required dependency
No branches or pull requests
Description of the feature, modification, idea, or suggestion.
Vector
is currently not fully exception safe:radiant-cpp/radiant/Vector.h
Lines 47 to 65 in e32b683
Proposed implementation details (optional)
All paths in
Vector
should be exception safe.The text was updated successfully, but these errors were encountered: