[libcxx-commits] [PATCH] D110433: [libc++] Add the std::views::common range adaptor

Joe Loser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Sep 24 15:18:49 PDT 2021


jloser added inline comments.


================
Comment at: libcxx/test/std/ranges/range.adaptors/range.common.view/adaptor.nodiscard.verify.cpp:12
+// UNSUPPORTED: libcpp-has-no-incomplete-ranges
+// REQUIRES: libc++
+
----------------
Question: since this is a `libc++` extension, should we move this file into `libcxx/test/libcxx` for example?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110433



More information about the libcxx-commits mailing list