[libcxx-commits] [PATCH] D130538: [libc++] Make `_IterOps::__iter_move` more similar to `std::ranges::iter_move`.

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 27 15:33:59 PDT 2022


var-const updated this revision to Diff 448187.
var-const added a comment.

Fix the CI (a `constexpr` function can only return `void` starting from C++14).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130538/new/

https://reviews.llvm.org/D130538

Files:
  libcxx/include/__algorithm/iterator_operations.h
  libcxx/test/libcxx/algorithms/bad_iterator_traits.verify.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130538.448187.patch
Type: text/x-patch
Size: 6233 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220727/9f2781c0/attachment-0001.bin>


More information about the libcxx-commits mailing list