[libcxx-commits] [PATCH] D96385: [libc++] [P1032] Finish constexpr-ifying <iterator>, <string_view>, <tuple>, <utility>.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 28 05:38:16 PDT 2021


ldionne added inline comments.


================
Comment at: libcxx/test/std/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons/container.pass.cpp:1
 //===----------------------------------------------------------------------===//
 //
----------------
@Quuxplusone  You didn't constexpr-ify this test (the default constructor one) for `back_insert_iterator`. Can you please go back and make sure you didn't forget others?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96385



More information about the libcxx-commits mailing list