[libcxx-commits] [PATCH] D151629: [libc++][ranges] Implement P2494R2 (Relaxing range adaptors to allow for move only types)

Yurong via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 5 05:59:01 PDT 2023


yronglin marked an inline comment as done.
yronglin added a comment.

In D151629#4392402 <https://reviews.llvm.org/D151629#4392402>, @var-const wrote:

> Do you need to also bump `#define __cpp_lib_ranges `?

Good catch! `__cpp_lib_ranges ` need update to `202207L`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151629



More information about the libcxx-commits mailing list