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

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 19 00:04:34 PDT 2023


var-const added a comment.

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`


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