Skip to content

[2.0.0-dev] use jthread now that it's available in libc++20#1389

Merged
spoonincode merged 2 commits intorelease/2.0from
20_use_jthread
Apr 16, 2025
Merged

[2.0.0-dev] use jthread now that it's available in libc++20#1389
spoonincode merged 2 commits intorelease/2.0from
20_use_jthread

Conversation

@spoonincode
Copy link
Copy Markdown
Contributor

jthread has been available in libstdc++ since 10 so no problem compiling on ubuntu20's gcc with it even. But have been blocked using it by it not being available (without enabling experimental features) in libc++ until now.

Probably breaks mac builds 🤷‍♀️ Lousy to break unofficial mac support via this but it's a c++20 feature and the year is 2025.

@spoonincode spoonincode changed the title use jthread now that's it's available in libc++20 [2.0.0-dev] use jthread now that it's available in libc++20 Apr 16, 2025
Base automatically changed from 20_repro_clang_20 to release/2.0 April 16, 2025 22:26
@spoonincode spoonincode merged commit dafff5a into release/2.0 Apr 16, 2025
36 checks passed
@spoonincode spoonincode deleted the 20_use_jthread branch April 16, 2025 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants