Skip to content

TrigExPartialEB: Work around clang 9 bug.

Was seeing clang 9 crash on some uses of std::string_view::find. Can work around this by copying the string_view to a string.

Merge request reports