Open corepointer opened 1 month ago
From what I found out here, the issue described above is that the use of auto as a parameter of std::pair
is only working in gcc and actually ill formed.
@philipportner I fixed this issue and it's compiling (with loads of warnings though).
At the moment, compiling with clang fails at least for me. Errors start with this:
This goes on until it stops with
Clang version in the daphne-dev Docker container is the default of Ubuntu 24: