================
@@ -33,3 +32,13 @@ void use(T t) {
void test() {
use(val());
}
+
+template <typename T> void pr49502(T v) {
----------------
erichkeane wrote:Can you add a test inside a partial specialization? Also one where the expression itself both does and doesn't depend on it. https://github.com/llvm/llvm-project/pull/182752 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
