stephenberry / glaze

Extremely fast, in memory, JSON and interface library for modern C++
MIT License
1.24k stars 124 forks source link

Removing invalid noexcept #1420

Closed stephenberry closed 3 weeks ago

stephenberry commented 3 weeks ago

Glaze has been too aggressive in marking things noexcept for use in exception contexts. This merge culls a lot of those excessive use cases.