
17 Jun
2012
17 Jun
'12
5:55 p.m.
On Sun, Jun 17, 2012 at 8:18 AM, Julien Nitard <julien.nitard@m4tp.org>wrote:
Hi Steven,
Here are a few questions and suggestions:
[...]
- _self and the placeholders have their underscore at the beginning while typeid_ has its own at the end. I guess this may be uniformized.
AFAIK, Boost has adopted the convention that placeholders (whatever that means in a given context) have a leading underscore while library identifiers use a trailing underscore if they would otherwise have the same name as a standard C++ identifier. - Jeff