Fields
| hardware | None |
| os | None |
Parameters
Fields
| Name | Value |
|---|
Parameters
| Name | Value |
|---|---|
| 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. |