|
Boost : |
From: Daniel Frey (d.frey_at_[hidden])
Date: 2004-03-10 13:17:09
Daniel Frey wrote:
> template< typename T >
> void f( const B<V>& ) {}
Argh, typo alert. Please use
template< typename T >
void f( const B<T>& ) {}
Daniel
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk