[Bug c++/96746] Type Casting in template function should not be type-dependent if the type of the conversion result is not type-dependent.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96746 Masamitsu MURASE changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---
[Bug c++/96746] Type Casting in template function should not be type-dependent if the type of the conversion result is not type-dependent.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96746 --- Comment #2 from Masamitsu MURASE --- Thank you very much for your reply, Marek Polacek. I'm sorry, but I cannot understand your comment clearly. As you said, I also think that my example should be treated as ill-formed program. It **compiles