
4 Apr
2011
4 Apr
'11
12:33 a.m.
AMDG On 04/03/2011 12:22 PM, Emil Dotchevski wrote:
On Sun, Apr 3, 2011 at 11:13 AM, Lorenzo Caminiti<lorcaminiti@gmail.com> wrote:
Hello all,
Boost.Local uses a special name `this_` to access the object `this` bound from the enclosing scope. Shall this name be `this_` or `_this` according to Boost practices?
Names with leading underscore should be avoided, they may be used by the compiler for its own needs.
Names beginning with an underscore and a /capital/ letter are reserved for any use. Names beginning with an underscore and a lower-case letter are only reserved in the global namespace. In Christ, Steven Watanabe