[libcxx-commits] [PATCH] D117780: [libc++][test] add vector<bool>::reference tests

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jan 20 05:53:08 PST 2022


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

Add test coverage for `vector<bool>::reference`


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D117780

Files:
  libcxx/test/std/containers/sequences/vector.bool/reference/assign.pass.cpp
  libcxx/test/std/containers/sequences/vector.bool/reference/bool_assign.pass.cpp
  libcxx/test/std/containers/sequences/vector.bool/reference/copy_ctor.pass.cpp
  libcxx/test/std/containers/sequences/vector.bool/reference/flip.pass.cpp
  libcxx/test/std/containers/sequences/vector.bool/reference/operator_bool.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117780.401613.patch
Type: text/x-patch
Size: 4785 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220120/9eb87c87/attachment.bin>


More information about the libcxx-commits mailing list