|
|
|
|
|
by DonHopkins
3029 days ago
|
|
I vaguely remember that there was some annoying guy on comp.lang.c++ years ago who relentlessly campaigned for "operator .", because he was sure that it would somehow make C++ amazingly powerful and easy to use. But many people seemed to disagree with him and had problems with it, because it never happened. Anybody remember what the controversial benefits and problems of "operator ." were? Here's something I just found about that: https://isocpp.org/blog/2016/02/a-bit-of-background-for-the-... But that's coming from the same madman who wrote the proposal for "Generalized Overloading for C++2000" that actually let you overload whitespace with "operator ' '". http://www.stroustrup.com/whitespace98.pdf |
|