-
-
Notifications
You must be signed in to change notification settings - Fork 240
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
Argument is missed in case chrono_literals #15
Comments
Fixed #15: user defined literal with template argument.
Thanks for quick fix! Your tool is awesome! |
Sorry, but as i can see test is failed and incorrect output generated
|
Hi Kurkin, I'm glad you like it. Multiple things. Currently only the OS X tests count and should pass. The reason is, that libc++ and libstdc++ generate different results. As my main development happens under OS X I use that as a reference. The web front-end uses Docker and with that Linux. As far as I could see you reference the Linux build in the diff. Now the interesting thing seems to be that under Linux with libstdc++ it is in fact a template. So far it is correct. I'll have a separate look into why it does not compile. |
I guess with libstdc++ it should be
|
Thanks that's it! Patch is on its way. |
Fixed #15: UDL with libstdc++.
The text was updated successfully, but these errors were encountered: