biojppm / rapidyaml

Rapid YAML - a library to parse and emit YAML, and do it fast.
MIT License
583 stars 100 forks source link

Replacing noexcept to RYML_NOEXCEPT for stack and tree #418

Closed Neko-Box-Coder closed 7 months ago

Neko-Box-Coder commented 7 months ago

I have replaced noexcept for a few places with macro but not the ones that are move constructor. All the ones I replaces have asserts which can throw (I think)

For #411

biojppm commented 7 months ago

Thanks!