This is an archive of the discontinued LLVM Phabricator instance.

[libc++] [test] Constexpr-ify a couple of insert-iterator tests.
ClosedPublic

Authored by Quuxplusone on May 28 2021, 7:00 AM.

Details

Summary
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.

Diff Detail

Event Timeline

Quuxplusone requested review of this revision.May 28 2021, 7:00 AM
Quuxplusone created this revision.
Herald added a reviewer: Restricted Project. · View Herald TranscriptMay 28 2021, 7:00 AM
ldionne accepted this revision.May 28 2021, 8:45 AM

Thanks for being thorough.

This revision is now accepted and ready to land.May 28 2021, 8:45 AM
This revision was landed with ongoing or failed builds.May 28 2021, 12:16 PM
This revision was automatically updated to reflect the committed changes.