weidai11 / cryptopp

free C++ class library of cryptographic schemes
https://cryptopp.com
Other
4.67k stars 1.47k forks source link

Disable uncaught_exception support for C++ 20 and later #1187

Closed MarcelRaad closed 1 year ago

MarcelRaad commented 1 year ago

std::uncaught_exception was removed from C++ 20.

noloader commented 1 year ago

Thanks @MarcelRaad.