Results 12 comments of David Haim

I've been a bit busy in the last couple of months hence I haven't release a new version nor I had much time diving into new PRs. I thought about...

OK I looked at the PR again, it's not bad. 2 things: 1. use `std::data` and `std::size` instead of `c.data()` and `c.size()` to handle C-arrays 2. find a way to...

I'm closing this then. Thanks for the investigation and proposed solutions!

Hi there. Thanks for the contribution and effort, concurrencpp will greatly benefit from it. I did try to develop support for GCC a couple of weeks ago and encountered the...

here is the question: If we know GCC still produces a buggy assembly for coroutines, can we honestly say that this coroutine library is supported by it? I think it...

As @chausner has already said, GCC is not supported at the momemt, and in my opinion, still not production ready when it comes to coroutines. Thank you for using concurrencpp

This is great news! Good job! yes, we will wait for the next official GCC version to be released before we announce GCC support. But non the less this is...

let's retry with gcc 13?

@chausner as the title suggests I wanted to add a tsan test for gcc-13 on mac-os, did it by adding the appropriate variables to the test-matrix json. Any idea why...