[libcxx-commits] [PATCH] D141699: [libc++][ranges] Implement P2474R2(`views::repeat`).

Yurong via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 19 01:08:33 PDT 2023


yronglin added a comment.

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

> In D141699#4513287 <https://reviews.llvm.org/D141699#4513287>, @yronglin wrote:
>
>> NFC, fix ci, use `_LIBCPP_ENABLE_DEBUG_MODE` instead of `_LIBCPP_ENABLE_ASSERTIONS`
>
> Rather than explicitly enabling debug mode (which will fail in the hardened mode test), please add `// UNSUPPORTED: !libcpp-has-hardened-mode && !libcpp-has-debug-mode`

Thanks for your advice, fixed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141699



More information about the libcxx-commits mailing list