archonitelabs / radiant-cpp

Radiant Library (C++)
Apache License 2.0
2 stars 1 forks source link

Vector exception safety #2

Closed jxy-s closed 6 days ago

jxy-s commented 2 months ago

Description of the feature, modification, idea, or suggestion.

Vector is currently not fully exception safe: https://github.com/archonitelabs/radiant-cpp/blob/e32b6839c9a9be11a34fdb4c9643319a3f27a87b/radiant/Vector.h#L47-L65

Proposed implementation details (optional)

All paths in Vector should be exception safe.

jxy-s commented 6 days ago

Done by: https://github.com/archonitelabs/radiant-cpp/pull/27