-
Notifications
You must be signed in to change notification settings - Fork 13.5k
does libc++ support c++17 special math functions? #72055
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
Comments
Not yet. We talked about this on the last libc++ meeting. See https://docs.google.com/document/d/1yC-3bE6pefVizUhfiUs1Shv11EzuL0KOklGSLqto6dk/edit?pli=1#heading=h.1qj3hyp88s2w for the discussion. |
I had noted in #52642:
I still think it would be good to have separate issues for these unimplemented papers (like clang does, mostly), so that it's easier to find out the current status.
Cool to see some movement on this! |
I strongly disagree it's hard to find out. I don't know what you mean with Clang's status; I assume you mean https://clang.llvm.org/cxx_status.html. Libc++ has similar pages per language version. For example, for C++17 there is https://libcxx.llvm.org/Status/Cxx17.html. Since this is not a bug, I'm closing the issue. |
As a prolific contributor, you're not a good stand-in for the experience of a less experienced user coming to the LLVM repo to find out the status of a given unimplemented paper. Even before the shutdown of phabricator, it would have been a challenge to find all attempts related to P0226, completely aside from having to switch systems to have any chance of success. This is even more the case now with phab in cryostasis and everything else being on Github.
No, I meant the github issues that are separate from https://clang.llvm.org/cxx_status.html. In any case, I'm glad to see that things seem to be moving in this direction after all: #79219. |
https://en.cppreference.com/w/cpp/numeric/special_functions
These seem not to work for me unless I use libstdc++
The text was updated successfully, but these errors were encountered: