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