Fields
| hardware | None |
| os | None |
Parameters
Fields
| Name | Value |
|---|
Parameters
| Name | Value |
|---|---|
| git_commit |
commit 397707f7188b6df52de1cff85e08e64e3ee5acc3 Author: A. Jiang <de34@live.cn> Date: Fri Oct 18 23:27:12 2024 +0800 [libc++] __uglify non-conforming member typedef `base` (#112843) Currently, libc++'s `bitset`, `forward_list`, and `list` have non-conforming member typedef name `base`. The typedef is private, but can cause ambiguity in name lookup. Some other classes in libc++ that are either implementation details or not precisely specified by the standard also have member typdef `base`. I think this can still be conforming. Follows up #80706 and #111127. |