[libcxx-commits] [PATCH] D122092: [libc++] `bitset::operator[] const` should return bool

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Apr 7 03:40:51 PDT 2022


philnik updated this revision to Diff 421150.
philnik added a comment.

- Remove insert overload

@ldionne I just removed the insert overload, but it seems it was never defined, so I remove it in ABIv1 too.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122092

Files:
  libcxx/include/__config
  libcxx/include/bitset
  libcxx/include/vector
  libcxx/test/std/containers/sequences/vector.bool/const_reference.pass.cpp
  libcxx/test/std/utilities/template.bitset/bitset.members/index.pass.cpp
  libcxx/test/std/utilities/template.bitset/bitset.members/index_const.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122092.421150.patch
Type: text/x-patch
Size: 5522 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220407/0549023e/attachment.bin>


More information about the libcxx-commits mailing list