Title
vector<bool> ill-formed relational operators
Status
cd1
Section
[vector]
Submitter
Martin Sebor

Created on 2004-06-28.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

Remove all overloads of overloads of relational operators for vector<bool> from [lib.vector.bool].

Date: 2004-06-28.00:00:00

The overloads of relational operators for vector<bool> specified in [lib.vector.bool] are redundant (they are semantically identical to those provided for the vector primary template) and may even be diagnosed as ill-formed (refer to Daveed Vandevoorde's explanation in c++std-lib-13647).

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg2753
2004-06-28 00:00:00admincreate