$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Reid Sweatman (drunkardswalk_at_[hidden])
Date: 2005-03-09 21:01:40
> -----Original Message-----
> From: boost-bounces_at_[hidden]
> [mailto:boost-bounces_at_[hidden]] On Behalf Of Jason Hise
> Sent: Wednesday, March 09, 2005 6:14 PM
> To: boost_at_[hidden]
> Subject: Re: [boost] Re: Logo Contest
>
>
> Reid Sweatman wrote:
>
> >Not the kind of thing I meant, but then, I wasn't too
> specific. Also,
> >I guess I don't know the technique being mentioned. Is the
> first "cpp"
> >a scope?
> >
> in context, it would look like:
>
> template < typename T >
> class boost
> {
> };
>
> class cpp : boost < cpp >
> {
> };
>
> It is known as the curiously recurring template pattern (CRTP).
Ah, he said, feeling an idiot (who promptly slapped him in the face <g>). I
misread the logo. Whitespace is meaningless to the compiler, but not to me,
sadly. Sorry for the stupidity.
Reid