Title
Relational operators for containers should sfinae; if the underlying type is not comparable, neither should the container be
Status
lewg
Section
[containers][utilities]
Submitter
Finland

Created on 2017-02-03.00:00:00 last changed 82 months ago

Messages

Date: 2017-06-27.00:00:00

[ 2017-06-27 Moved to LEWG after 5 positive votes on c++std-lib. ]

Date: 2017-02-03.00:00:00
Addresses FI 16

Relational operators for containers should sfinae; if the underlying type is not comparable, neither should the container be. Same applies to tuple and pair.

Proposed change: Make the relational operators of containers and utility components reflect the validity of the underlying element types.

History
Date User Action Args
2017-06-27 21:09:58adminsetmessages: + msg9303
2017-06-27 21:09:58adminsetstatus: new -> lewg
2017-02-03 00:00:00admincreate