Skip to content

remove extra semicolon after operator() in Creators

This is a small MR removing unnecessary semicolon after some functions recently introduced by the solver creators. These semicolon produce lots of compiler warnings when compiled with -pedantic

Merge request reports