Created on 2008-03-17.00:00:00 last changed 161 months ago
Proposed resolution:
Just after [vector.bool]/5 add the following prototype and description:
static void swap(reference x, reference y);
-6- Effects: Exchanges the contents of x and y as-if by:
bool b = x; x = y; y = b;
[ Batavia (2009-05): ]
We agree with the proposed resolution. Move to Tentatively Ready.
[ Post Summit Daniel provided wording. ]
[ San Francisco: ]
Move to Open. Alisdair to provide a resolution.
vector<bool>::swap(reference, reference) has no definition.
History | |||
---|---|---|---|
Date | User | Action | Args |
2011-08-23 20:07:26 | admin | set | status: wp -> c++11 |
2010-10-21 18:28:33 | admin | set | messages: + msg3869 |
2010-10-21 18:28:33 | admin | set | messages: + msg3868 |
2010-10-21 18:28:33 | admin | set | messages: + msg3867 |
2010-10-21 18:28:33 | admin | set | messages: + msg3866 |
2008-03-17 00:00:00 | admin | create |