Skip to content

Fix exception handling to have no warning

Pierre Ducroquet requested to merge work/ducroquet/fix-exception into master

Currently, the C++ exception handling catches exceptions by copy. This generates a lot of warnings from the compiler. The suggested way to catch exceptions is by reference. While on it, fix building (include required library) and fix URL in generated code

Merge request reports