Skip to content

Fix clang compilation error

Florian Uhlig requested to merge f.uhlig/cbmroot:fix_clang_error into master

The used structured bindings are only supported with C++20 and even then there is a bug in clang with some older version which crash during compilation. The fix doesn't capture the structured binding.

Merge request reports