Fields
| hardware | None |
| os | None |
Parameters
Fields
| Name | Value |
|---|
Parameters
| Name | Value |
|---|---|
| git_commit |
commit 30213e99b86a078c9d472264c7edeea9aa638dd4 Author: Nikolas Klauser <nikolasklauser@berlin.de> Date: Sun Nov 3 12:16:55 2024 +0100 [libc++] Use enable_if_t to constrain make_unique{,_for_overwrite} (#95044) This improves the diagnostics a bit by using `enable_if_t` which clang is aware of, instead of a custom SFINAE class, as well as writing the functions in a more canonical style. As a drive-by this also makes `__is_{,un}bounded_array` variable templates instead of class templates. |