-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
c++20 std::source_location support request #23254
Comments
This sounds like a libc++ issue? What happens if you try to use this feature with emscripten today? Perhaps the upcoming change to upgrade libc++ to LLVM 19 will fix this: #22994 ? |
A compiler error that the header |
Seems to work for me:
Can you share the full command line you are using? And also the version of emscripten you are using? |
OK, sounds like we can close this in as duplicate of #22305? |
This is a request for a compiler upgrade that supports
std::source_location
https://en.cppreference.com/w/cpp/utility/source_location
The text was updated successfully, but these errors were encountered: