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

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 29 10:58:30 PDT 2022


ldionne requested changes to this revision.
ldionne added a comment.
This revision now requires changes to proceed.

It looks like we have the same issue in `vector<bool>` -- can we also fix it there? I think we only need one macro for both, so I'd make that change in this patch. Sorry for the churn.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122092



More information about the libcxx-commits mailing list