Lines Matching full:tuple
543 diff -ur a/tuple b/tuple
544 --- a/tuple 2011-03-15 14:49:07.000000000 -0700
545 +++ b/tuple 2011-05-02 23:33:23.000000000 -0700
586 - swap(tuple&& __in)
587 + swap(tuple& __in)
592 class tuple<>
595 - void swap(tuple&&) { /* no-op */ }
596 + void swap(tuple&) { /* no-op */ }
599 /// tuple (2-element), with construction and assignment from a pair.
604 - swap(tuple&& __in)
605 + swap(tuple& __in)