show/hide this revision's text 2 Not in the latest draft

C++0x has had a proposal for default functions, so you could say default operator==; We've learnt that it helps to make these things explicit.

show/hide this revision's text 1

C++0x has a proposal for default functions, so you could say default operator==; We've learnt that it helps to make these things explicit.