
22 Dec
2005
22 Dec
'05
11:09 a.m.
Hi Daryle, --- Daryle Walker <darylew@hotmail.com> wrote:
I hope that you're paraphrasing how you included the template argument. You would need a space, like so: "< ::handler>". That's because "<:" is a digraph for the opening square bracket ("["). If that code is not off-the-cuff, then your complier has some issues with alternative token resolution (or can turn digraphs off).
Lovely. I didn't notice this while hacking out the code. And yes, my compiler (MSVC 8.0) did let this one go through to the keeper. Cheers, Chris