Tests fail with clang-10
Log: https://people.freebsd.org/~yuri/seqan3-tests.log
Hi yurivict,
we don't support clang at the moment, as we have written in https://github.com/seqan/seqan3/blob/master/README.md#dependencies.
We have a progress ticket https://github.com/seqan/product_backlog/issues/127 that tracks the progress and open bug tickets considering clang.
For example: clang does not support including the header #include <ranges> (see https://godbolt.org/z/rsKsPsWxE) from the gcc stdlib. We are working on that, but it will take some time.
Our goal is to support all C++20 compiler, but right now, only gcc supports the subset that we need.
Currently, this issue is blocking: https://github.com/llvm/llvm-project/issues/56394
We now support clang 17 on the master branch (via https://github.com/seqan/seqan3/pull/3195).