Fields
| hardware | None |
| os | None |
Parameters
Fields
| Name | Value |
|---|
Parameters
| Name | Value |
|---|---|
| git_commit |
commit 4d80df0922ef7e48d53d4ae382977d8a2ff34ce0 Author: Louis Dionne <ldionne.2@gmail.com> Date: Mon Mar 4 18:16:52 2024 -0500 [libc++] Do not forward-declare syncstream outside experimental (#82511) We only define the classes in `<syncstream>` when experimental library features are enabled, but we would forward-declare them in `<iosfwd>` even when they are disabled. This led to confusing error messages about being unable to instantiate an undefined template. |