Fields

hardware None
os None

Parameters

Fields

NameValue

Parameters

NameValue
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.
Filter

ldionne-old-macbook-results test results

Run Order Start Time Duration
Current 515521 2025-12-16T16:40:01 0:00:00
Previous 515498 2025-12-16T16:40:01 0:00:00
Baseline 485288 2025-12-16T16:40:01 0:00:00


Tests Summary

Status Group # # (B)
Total Tests 0

Report Time: 0.06s