================
@@ -34,6 +35,10 @@ struct __identity {
 
 template <>
 struct __is_identity<__identity> : true_type {};
+template <>
----------------
EricWF wrote:

I'm not sure these changes are correct. Does reference wrapper work with the 
`identity`  unary op?

https://github.com/llvm/llvm-project/pull/65148
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to