I am actually weirdly excited about operator<=>. It doesn't allow you to do anything fundamentally different or new, but it does help to reduce what is essentially boilerplate code. And honestly C++ has enough of that already even without comparison operators. For example, (copy/move) (constructor/assignment), potentially arithmetic operators, each with an in-place and an out-of-place version, etc.
1 comment
[ 3.3 ms ] story [ 15.2 ms ] thread