[libcxx-commits] [PATCH] D103318: [libc++] [test] Constexpr-ify a couple of insert-iterator tests.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 28 07:00:21 PDT 2021


Quuxplusone created this revision.
Quuxplusone added a reviewer: ldionne.
Quuxplusone added a project: libc++.
Quuxplusone requested review of this revision.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

  This should have been done in D96385; thanks ldionne for the catch!
  Also, make the back/front inserter behavior tests a little more thorough,
  which incidentally caught a cut-and-paste-bug in `nasty_list`, so fix that.

If buildkite is happy with this (which it should be), imma land it.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D103318

Files:
  libcxx/test/std/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons/container.pass.cpp
  libcxx/test/std/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter/test.pass.cpp
  libcxx/test/std/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons/container.pass.cpp
  libcxx/test/std/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter/test.pass.cpp
  libcxx/test/std/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons/test.pass.cpp
  libcxx/test/support/nasty_containers.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103318.348516.patch
Type: text/x-patch
Size: 6380 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210528/ae702ec4/attachment-0001.bin>


More information about the libcxx-commits mailing list