Reid Levenick:
> So, my idea is that the 'this' keyword could be used in
> templates as a shortcut for eponymous templates, allowing code
> like this
>
> template anEponymousTemplate( size_t whatever ) {
> enum this = whatever * 2;
> }
Other "This" (with upper case)?
Bye,
bearophile