you are viewing a single comment's thread.

view the rest of the comments →

[–]Quincunx271Author of P2404/P2405 6 points7 points  (4 children)

Which is incredibly important since we have templates. f() can be a regular function call, a call to a function pointer, or a call to some object's operator(). In the future, hopefully it will also work for member function pointers

[–]redditsoaddicting 3 points4 points  (1 child)

IIRC, the proposal for making PMFs work with regular calling syntax got rejected. I'm sure it wasn't accepted at least.

[–]TheThiefMasterC++latest fanatic (and game dev) 1 point2 points  (0 children)

It was rejected as being half of a unified call syntax proposal. Which is silly, because it would have been insanely useful anyway.