Skip to content

Cpp17 compatibility: Fix the dynamic exception throws which is illegal in cpp17

Ömer Fadıl Usta requested to merge work/usta_cpp17fix into master

Fixes error: ISO C++17 does not allow dynamic exception specifications

Merge request reports