Fields
| hardware | None |
| os | None |
Parameters
Fields
| Name | Value |
|---|
Parameters
| Name | Value |
|---|---|
| git_commit |
commit 159d694c05500a656775f4cbd6931dae9aab290a Author: A. Jiang <de34@live.cn> Date: Thu Oct 10 21:14:05 2024 +0800 [libc++] __uglify internal member names of iterators in `bitset` (#111127) [template.bitset.general] indicates that `bitset` shouldn't have member typedef-names `iterator` and `const_iterator`. Currently libc++'s typedef-names are causing ambiguity in name lookup, which isn't conforming. As these iterator types are themselves useful, I think we should just use __uglified member typedef-names for them. Fixes #111125 |