================
@@ -107,6 +107,39 @@ namespace std {
using std::operator""s;
using std::operator""sv;
+namespace default_args {
+ using IntArray = int[];
----------------
higher-performance wrote:
It's necessary for the usage syntax. I don't think `int[]{1, 2, 3}` would be
legal.
https://github.com/llvm/llvm-project/pull/112047
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
