
13 Apr
2009
13 Apr
'09
11:17 p.m.
Frank Mori Hess:
On Monday 13 April 2009, Peter Dimov wrote:
Frank Mori Hess:
However, using the definitions of the placeholders provided for MSVC:
static boost::arg<1> _1;
does work for gcc 4.0.1, for all cases:
It works, but produces annoying "variable not used" warnings. :-)
I haven't seen them, using -Wall and -Wunused-variable.
I remember seeing them with earlier g++ versions; they must have disappeared somewhere along the way. If you want to switch g++ 4.0 to the static placeholder path, that's fine with me.