chausner
chausner
> The fact that the test suite runs through in GCC shows that it is possible to use the library with GCC today Actually, let me check this again, I...
> How about we merge this and add a disclaimer to the README at the location where we claim GCC support and link to the issue? Then it's up to...
> I suggest we open them a bug detailing how GCC mistreat lambda captures, what do you say? I further looked into this issue and was able to narrow it...
> Compiler not supported: GNU This indicates you are attempting to build the library using GCC. Only Clang and MSVC compilers are currently supported.
I think it's related to bugs in libc++, here is a repo: https://godbolt.org/z/sjrf7TePo. The errors only occur for libc++, not libstdc++. For Clang 13 and earlier, the span constructor taking...
> I write 100% of XAML by hand, but I very much need to see the result rendered somewhere as I type, before running the app! It's exactly the same...
There is some hope that https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99576#c16 will fix this issue in gcc. The fix is currently in master.
Good news, I just tested the current HEAD version of gcc and it compiles and runs all tests successfully, including the TSAN tests, without needing the GCC 11/12 workarounds. @David-Haim...
> let's retry with gcc 13? Having some problems with building gcc 13 from source. Will have to wait until there's a PPA available with the stable release.
Closing this one. For GCC 13 support, I have opened https://github.com/David-Haim/concurrencpp/pull/128.