[libc++] bitset
has non-conforming member typedef-names iterator
and const_iterator
#111125
Labels
libc++
libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
Currently, the following program doesn't compile with libc++ because libc++'s
bitset
has non-conformingiterator
andconst_iterator
members (despite being private). Godbolt link.llvm-project/libcxx/include/bitset
Lines 190 to 191 in ef8d506
llvm-project/libcxx/include/bitset
Lines 452 to 453 in ef8d506
llvm-project/libcxx/include/bitset
Lines 567 to 568 in ef8d506
These iterator types are themselves useful, so I think we should just __uglify these typedef-names.
The text was updated successfully, but these errors were encountered: