Skip to content

Fix FTBFS with GCC 15

Henrique F. Simoes requested to merge henriquesimoes/brainparty:gcc-15 into master

The str_cmp custom comparator is not declared as const, which makes the compiler not find the required function call operator. Fix that so it can build with GCC 15.

Closes: #1096391

Merge request reports

Loading