ProgramMax / max

max is a tool belt for C++
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Remove MAX_DOES_NOT_THROW #161

Closed ProgramMax closed 3 years ago

ProgramMax commented 3 years ago

All supported compilers now support noexcept. As a result, the MAX_DOES_NOT_THROW macro is no longer needed.

This commit leaves the minimum version, since the extra define and code is minimal. But all functions previously marked with MAX_DOES_NOT_THROW are now marked with noexcept.