
13 Apr
2009
13 Apr
'09
9:34 p.m.
On Monday 13 April 2009 22:54:08 Peter Dimov wrote:
It works, but produces annoying "variable not used" warnings. :-)
May not apply here, but I have not seen a BOOST_NOT_USED(var) macro in boost, why not? It is fairly common way of dealing with this warning in cases where you can not remove the variable. Here is one link: http://www.cpptalk.net/suppressing-parameter-not-used-warning-vt21149.html -- Bjørn