[libcxx-commits] [PATCH] D117736: [libc++][P2321R2] Add vector<bool>::reference::operator=(bool) const

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 2 14:32:11 PST 2022


ldionne accepted this revision.
ldionne added a comment.

I know it's pretty lame that this is inconsistent between C++20 and pre C++20, but I think this is the correct thing to do since we strive to remain strictly standards conforming.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117736



More information about the libcxx-commits mailing list