[all-commits] [llvm/llvm-project] 907ed1: [libc++] Change vector<bool>::const_iterator::refe...

philnik777 via All-commits all-commits at lists.llvm.org
Fri Apr 22 11:57:43 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 907ed12d950f8e138620769420e5f84c0c7ece78
      https://github.com/llvm/llvm-project/commit/907ed12d950f8e138620769420e5f84c0c7ece78
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2022-04-22 (Fri, 22 Apr 2022)

  Changed paths:
    M libcxx/docs/ReleaseNotes.rst
    M libcxx/include/__bit_reference
    M libcxx/test/std/containers/sequences/vector.bool/iterators.pass.cpp
    M libcxx/test/std/containers/sequences/vector.bool/types.pass.cpp

  Log Message:
  -----------
  [libc++] Change vector<bool>::const_iterator::reference to bool in ABIv2

`vector<bool>::const_reference` and `vector<bool>::const_iterator::reference` should be the same type.

Reviewed By: Mordante, #libc

Spies: libcxx-commits

Differential Revision: https://reviews.llvm.org/D123851




More information about the All-commits mailing list