[all-commits] [llvm/llvm-project] 6c25fc: [ADT] Add a range-based version of std::move

Nathan James via All-commits all-commits at lists.llvm.org
Sat Jul 25 02:37:54 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6c25fc35e096790a216fa5ddeda8c514c7536818
      https://github.com/llvm/llvm-project/commit/6c25fc35e096790a216fa5ddeda8c514c7536818
  Author: Nathan James <n.james93 at hotmail.co.uk>
  Date:   2020-07-25 (Sat, 25 Jul 2020)

  Changed paths:
    M llvm/include/llvm/ADT/STLExtras.h
    M llvm/unittests/ADT/STLExtrasTest.cpp

  Log Message:
  -----------
  [ADT] Add a range-based version of std::move

Adds a range-based version of `std::move`, the version that moves a range, not the one that creates r-value references.

Reviewed By: dblaikie, gamesh411

Differential Revision: https://reviews.llvm.org/D83902




More information about the All-commits mailing list