-
- Downloads
Make the perfect-forwarding constructor of a two-element tuple sfinae away...
Make the perfect-forwarding constructor of a two-element tuple sfinae away when the first argument is an allocator_arg. Make the perfect-forwarding constructor of a two-element tuple sfinae away when the first argument is an allocator_arg. * include/std/tuple (tuple(_U1&&, _U2&&)): Constrain. * testsuite/20_util/tuple/cons/allocator_with_any.cc: New. * testsuite/20_util/tuple/element_access/get_neg.cc: Adjust. From-SVN: r243795
Showing
- libstdc++-v3/ChangeLog 8 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/include/std/tuple 6 additions, 2 deletionslibstdc++-v3/include/std/tuple
- libstdc++-v3/testsuite/20_util/tuple/cons/allocator_with_any.cc 42 additions, 0 deletions...c++-v3/testsuite/20_util/tuple/cons/allocator_with_any.cc
- libstdc++-v3/testsuite/20_util/tuple/element_access/get_neg.cc 1 addition, 1 deletion...dc++-v3/testsuite/20_util/tuple/element_access/get_neg.cc
Loading
Please register or sign in to comment