| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| explicit_instantiation | ||
| constexpr.cc | ||
| typedefs.cc | ||
| typedefs_c++20.cc |
The new constexpr destructor on std::allocator breaks compilation with Clang in C++2a mode. This only makes it constexpr if the compiler supports the P0784R7 features. * include/bits/allocator.h: Check __cpp_constexpr_dynamic_alloc before making the std::allocator destructor constexpr. * testsuite/20_util/allocator/requirements/constexpr.cc: New test. From-SVN: r277458
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| explicit_instantiation | Loading commit data... | |
| constexpr.cc | Loading commit data... | |
| typedefs.cc | Loading commit data... | |
| typedefs_c++20.cc | Loading commit data... |