================
@@ -1704,6 +1704,27 @@ struct ice_point : relative_point_origin<point<kelvin>>
{};
}
+namespace GH182344 {
+
+template <typename T>
+ requires true
+void f() {}
+
+template <typename T>
+ requires false
+void f() = delete;
+
+template <typename T>
+struct Bar {};
+
+template <typename T> using Foo = Bar<T>;
----------------
zyn0217 wrote:
Ugh yes, I copy-pasted code that I slightly changed for debugging...
https://github.com/llvm/llvm-project/pull/183010
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits