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

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 1 01:53:30 PDT 2022


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

- Address comments

@Mordante I didn't see it either. `const_reference` should be defined as `bool`.


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.419671.patch
Type: text/x-patch
Size: 5033 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220401/fdedfe28/attachment.bin>


More information about the libcxx-commits mailing list