Fix clang compilation error
Compare changes
+ 10
− 1
@@ -184,8 +184,17 @@ namespace cbm::algo
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.