Fields

hardware None
os None

Parameters

Fields

NameValue

Parameters

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

ldionne-old-macbook-results test results

Run Order Start Time Duration
Current 514616 2025-12-16T16:40:01 0:00:00
Previous 514610 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