Fields

hardware None
os None

Parameters

Fields

NameValue

Parameters

NameValue
git_commit commit 78f9a8b82d772ff04a12ef95f2c9d31ee8f3e409
Author: A. Jiang <de34@live.cn>
Date: Tue Oct 1 01:24:00 2024 +0800

[libc++] LWG3870: Remove `voidify` (#110355)

Instead of changing the cast sequence to implicit conversion in
_`voidify`_, I think it is better to totally remove `__voidify` and use
`static_cast` to `void*`, which has equivalent effects.

Test coverage for const iterators are removed.

Now most affected algorithms are underconstrained, for which I submitted
[LWG3888](https://cplusplus.github.io/LWG/issue3888). I'm not sure
whether we should speculatively implement it at this moment, and thus
haven't added any `*.verify.cpp`.

In some control block types and `optional`, the stored objects are
changed to have cv-unqualified type.

Fixes #105119.
Filter

ldionne-old-macbook-results test results

Run Order Start Time Duration
Current 513509 2025-12-16T16:40:01 0:00:00
Previous 513464 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.14s