Fields

hardware None
os None

Parameters

Fields

NameValue

Parameters

NameValue
git_commit commit 04d3a6be62d338600f72d4dc2c7b24508cecd541
Author: Louis Dionne <ldionne.2@gmail.com>
Date: Thu Sep 12 13:35:29 2024 -0400

[libc++][modules] Add a header to forward-declare std::get (#108285)

This is necessary because e.g. ranges::elements_view uses std::get but
it needs to have in scope the declaration of all the versions of
std::get that exist in the library. This need is what had originally led
to elements_view.h gaining an include of __fwd/complex.h, but in reality
it is a more general issue that requires a canonical declration point
for all the std::get variations.
Filter

ldionne-old-macbook-results test results

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