$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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.