Skip to content

CrestApi: workaround gcc bug constructing strings from iterators

Frank Winklmeier requested to merge fwinkl/athena:crest_dbg into main

Workaround gcc bug 109703 (fixed in gcc 13.2) where constructing a string from a pair of iterators can trigger ubsan.

Fixes test failure in debug build.

cc @mmineev

Merge request reports