Skip to content

Resolve "Fix broken tests when CTA is compiled in RelWithDebInfo"

Closes #1194 (closed)

The main problem was in a double definition of ExecuteAction, here and here. This was producing an undefined behavior, in release mode was using the default one in the header, so I removed it leaving the method without definition in the header, like this.

Merge request reports