mirror of git://gcc.gnu.org/git/gcc.git
* include/std/tuple (tuple<>::tuple(), tuple<>::tuple(allocator_arg_t, const _Alloc&), tuple<>::tuple(allocator_arg_t, const _Alloc&, const tuple&)): New. * testsuite/20_util/tuple/cons/allocators.cc: Adjust. From-SVN: r237143 |
||
|---|---|---|
| .. | ||
| 41530.cc | ||
| 44487.cc | ||
| 45228.cc | ||
| 48476.cc | ||
| 66338.cc | ||
| allocators.cc | ||
| assignment.cc | ||
| big_tuples.cc | ||
| constexpr-2.cc | ||
| constexpr-3.cc | ||
| constructor.cc | ||
| converting.cc | ||
| element_accepts_anything_byval.cc | ||
| explicit_construct.cc | ||
| nested_tuple_construct.cc | ||
| noexcept_move_construct.cc | ||