exceptions.cpp
1.03 KB
-
Replace noexcept with macro compatible with VS (#517) · e2818c42
This way it's possible to build using older MSVC (<13) that don't support this yet. Macro is undefined in each file where it is used so it should stack well with other libs and sources.
Petr Bena committed