[all-commits] [llvm/llvm-project] 667925: [libc++] `bitset::operator[] const` should return ...
philnik777 via All-commits
all-commits at lists.llvm.org
Wed Apr 13 13:55:17 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 667925d45a9ebd9c6e4ba7cac76d82fb9b735274
https://github.com/llvm/llvm-project/commit/667925d45a9ebd9c6e4ba7cac76d82fb9b735274
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-04-13 (Wed, 13 Apr 2022)
Changed paths:
M libcxx/include/__config
M libcxx/include/bitset
M libcxx/include/vector
A libcxx/test/std/containers/sequences/vector.bool/const_reference.pass.cpp
M libcxx/test/std/utilities/template.bitset/bitset.members/index.pass.cpp
M libcxx/test/std/utilities/template.bitset/bitset.members/index_const.pass.cpp
Log Message:
-----------
[libc++] `bitset::operator[] const` should return bool
Fixes https://github.com/llvm/llvm-project/issues/10686
Reviewed By: Mordante, ldionne, var-const, #libc
Spies: jloser, libcxx-commits, arphaman
Differential Revision: https://reviews.llvm.org/D122092
More information about the All-commits
mailing list