why can I not access std::stop_token? #22896
patrick99e99
started this conversation in
General
Replies: 2 comments
-
It looks like emscripten/system/lib/libcxx/include/__config Lines 507 to 514 in 2e84cfd Looks like you can enable it at your own risk by defining |
Beta Was this translation helpful? Give feedback.
0 replies
-
It looks like this is also still experimental in the LLVM 19 version of libc++ so even once we fix #22909 this will still be an issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using emcc with
-std=c++23
and am getting:Beta Was this translation helpful? Give feedback.
All reactions