[Bug c++/70141] [6 Regression] template parameter not deducible in partial specialization of template inside template
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70141 --- Comment #24 from Sori Lee --- I retract my last report. I mistakenly thought my example compiled on clang, but rightly it didn't there either -- the U in the partial specialisation is in a non-deduced context, and fails to be deduced as discu
[Bug c++/70141] [6 Regression] template parameter not deducible in partial specialization of template inside template
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70141 Sori Lee changed: What|Removed |Added CC||s.lee at dpmms dot cam.ac.uk --- Comment #21