Skip to content

Fix to have c++17 compatibility

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

Dynamic throw is not acceptable in c++17 ISO C++17 does not allow dynamic exception specifications

Merge request reports