N3772: Changing the type of address-of-member expression -- David RodrĂguez Ibeas
A new WG21 paper is available. A copy is linked below, and the paper will also appear in the next normal WG21 mailing. If you are not a committee member, please use the comments section below or the std-proposals forum for public discussion.
Document number: N3772Date: 2013-09-05
Changing the type of address-of-member expression
by David Rodriguez Ibeas
Excerpt:
This proposal addresses the same issue as CWG closed issue 203 "Type of address-ofmember" by providing a broader view of the issue and the implications that it has on other parts of the C++ standard.

A little nugget about the free-as-in-no-overhead-ness of
In this article, Eric Niebler discusses an issue of API design regarding the age-old question of out parameters versus return-by-value, this time in light of move semantics. He uses