|
Boost : |
From: Dan W. (danw_at_[hidden])
Date: 2004-01-08 17:06:17
Dan W. wrote:
> template< typename T >
> struct A : private B< A >
Oops, I meant,
template< typename T >
struct A : private B< A<T> >
In any case, that's what I'm doing, so you couldn't possibly have meant
that, sorry.
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk