| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| requirements | ||
| 94003.cc | ||
| value.cc | ||
| value_c++20.cc |
The front end now supports parenthesized initialization for arrays in C++20, so extend std::is_nothrow_constructible to support them too. gcc/testsuite: PR c++/94149 * g++.dg/cpp2a/paren-init24.C: Fix FIXMEs. libstdc++-v3: PR c++/94149 * include/std/type_traits (__is_nt_constructible_impl): Add partial specializations for bounded arrays with non-empty initializers. * testsuite/20_util/is_nothrow_constructible/value_c++20.cc: New test.
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| requirements | Loading commit data... | |
| 94003.cc | Loading commit data... | |
| value.cc | Loading commit data... | |
| value_c++20.cc | Loading commit data... |