Fields
| hardware | None |
| os | None |
Parameters
Fields
| Name | Value |
|---|
Parameters
| Name | Value |
|---|---|
| git_commit |
commit 7a785d46d6c31937c620f186464fdc59c265b4bf Author: Louis Dionne <ldionne.2@gmail.com> Date: Wed Sep 4 11:18:00 2024 -0400 [libc++][modules] Use inline variable instead of true_type (#106797) This allows breaking up a dependency from __fwd/array.h onto __type_traits, which is a circular dependency once __type_traits becomes a module of its own. This is also a small consistency improvement since we've been using inline variables for traits like this elsewhere in the library. |