-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[typetraits] echo A[B]
prints differently depending on unrelated code
#8569
Comments
(you don't have to prefix all issues with BUG, that's kind of the point of an issue tracker :-D) |
echo A[B]
prints differently depending on unrelated codeecho A[B]
prints differently depending on unrelated code
Note: #7976 seems super related to this [EDIT] ; it's not an actual duplicate because:
|
looks like both of this issue and #7976 have something in common:
and I think it might also plaguing |
@jangko Well the compiler is allowed to cache generic instantiations ignoring type aliases. I don't think it's that bad, macro code that uses getType and friends needs to be written in a robust way. |
I find it quite hard to just write |
NOTE: related to, but probably not identical, to #8570, see note there
The text was updated successfully, but these errors were encountered: