================
@@ -51,6 +51,17 @@ Options
       pair<Obj, Obj> other = std::move(p);
     }
 
+.. option:: AllowImplicitMove
----------------
vbvictor wrote:

I thought we should make distinction between "visible move" and "implicit 
move", e.g. someone would prefer to still have this.

Moreover, since p1825 is relatively "new" paper, some older compilers (prior 
2019) maybe still don't have support for p1825 so users need to have "move" 
spelled out.

https://github.com/llvm/llvm-project/pull/190541
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to