Boost logo

Boost :

From: Simon Buchan (simon_at_[hidden])
Date: 2005-10-11 01:54:39


<snip>
> // unused template param
> template <int sz>
> void fn(foo1& f1, foo2& f2)
> { bool stupidbool = f1.bar<sz>(0);
> int stupidint = f2.bar<sz>(0);
> }

Umm, ignore that comment. Or imagine that it is true. Shouldn't matter.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk