
-----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] On Behalf Of Jason Hise Sent: Wednesday, March 09, 2005 6:14 PM To: boost@lists.boost.org 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