================
@@ -79,6 +79,11 @@ Options
T other = std::forward<T>(t);
}
+.. option:: MoveFunction
+
+ Specify the function used for moving.
+ Default is `::std::move`.
----------------
EugeneZelenko wrote:```suggestion Specify the function used for moving. Default is `::std::move`. ``` https://github.com/llvm/llvm-project/pull/138757 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
