Fix FTBFS with GCC 15
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
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