[Bug c++/77367] Duck-typing error not detected when using CRTP
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77367 Yu-Hang Tang changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---
[Bug c++/77367] New: Duck-typing error not detected when using CRTP
++ Assignee: unassigned at gcc dot gnu.org Reporter: yuhang_tang at brown dot edu Target Milestone: --- The following code was able to pass compilation & linking, yet the Derived::B() function is not defined. Since the cast is static I would expect that the compiler could