Skip to content

Try to make LocalException compliant with ERR60-CPP.

Christoph Pohl requested to merge fix/ERR60-CPP into master

Exception objects must be nothrow copy constructible. However the what method is still not noexcept and should be fixed

Merge request reports