[libcxx-commits] [libcxx] [libc++] __uglify internal member names of iterators in `bitset` (PR #111127)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Oct 9 18:40:33 PDT 2024
================
@@ -187,8 +187,8 @@ protected:
----------------
frederick-vs-ja wrote:
The potential breaking is more concealed because these member typedefs are already private ([Godbolt link](https://godbolt.org/z/5fETsxfMq)). IIUC only non-conforming code that expects such ambiguity (via SFINAE or requires-expression on member types) will be made rejected ([Godbolt link](https://godbolt.org/z/cGhsWGqYs)).
I'll try to mention the changes in release notes.
https://github.com/llvm/llvm-project/pull/111127
More information about the libcxx-commits
mailing list