Created on 2008-10-01.00:00:00 last changed 166 months ago
Proposed resolution:
Replace in [alg.swap] before p. 3 until p. 4 by
template <classValueType T, size_t N> requires Swappable<T> void swap(T (&a)[N], T (&b)[N]);
Requires: T shall be Swappable.Effects: swap_ranges(a, a + N, b);
[ Batavia (2009-05): ]
Move to NAD; the changes have already been made.
[ Post Summit Daniel adds: ]
Recommend as NAD Editorial: The changes have already been applied to the WP N2800.
With the adaption of 809 we have a new algorithm swap for C-arrays, which needs to be conceptualized.
History | |||
---|---|---|---|
Date | User | Action | Args |
2011-03-05 21:44:45 | admin | set | messages: + msg5595 |
2011-03-05 21:44:45 | admin | set | messages: + msg5594 |
2011-03-05 21:44:45 | admin | set | messages: + msg5593 |
2008-10-01 00:00:00 | admin | create |