-
Notifications
You must be signed in to change notification settings - Fork 13
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
Testing with examples from https://en.cppreference.com/w/ #314
Comments
Also testing https://github.com/abseil/abseil-cpp with the
See attached |
This looks very helpful, thanks for sharing. I will have a look at the failures, do you have a repo for this? |
No repo only the |
Now when trying to test I'm getting errors that was not happening before:
|
I see, I think I broke this when I started reworking the support for the built-in type traits. |
Testing again using libc++ from gcc-14.2.0 I'm getting this failures:
|
@mingodad Thanks for your report. I believe |
Using the
Lua
script shown bellow to extract the code examples from https://en.cppreference.com/w/ I'm getting this results:See attached the output for
cxx
andclang-17
:test-cpp-reference-examples-cxx.output.zip
test-cpp-reference-examples-clang-17-std23.output.zip
The text was updated successfully, but these errors were encountered: