
4 Dec
2009
4 Dec
'09
1:44 p.m.
Helge Bahmann wrote:
On Thu, 3 Dec 2009, Phil Endecott wrote:
(BTW, why do you use leading __s ? I was under the impression that such identifiers were reserved.)
habit of mine to name really internal stuff that way, I can change it if it collides with boost coding style
It collides with the standard. The compiler/stdlib is explicitly allowed to declare keywords and macros containing __ (or starting with _ and an uppercase letter) and break your code.