-
-
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
Incorrect output for template code #365
Comments
Hello @IOBYTE, thanks for catching and reporting this issue! It looks like the deduction guide is the trouble maker here. A patch is on its way. Andreas |
Fixed #365: `CXXDeductionGuideDecl` appeared in the middle of a template
Thank you for the quick response. I have a question about the output. Should it compile? The output on line 48 gives an error.
|
I forgot to mention that I added this as the first line of the output: |
Hello @IOBYTE, it is not supposed to compile. Deduction guides are still an element I'm fighting with. However, I think I can make the one in this example work. Thanks for bringing it up. Andreas |
This code:
produced this output:
The first instantiation was inserted in the middle of the class name on line 2.
The text was updated successfully, but these errors were encountered: