From: Christopher Kohlhoff (chris_at_[hidden])
Date: 2005-12-22 06:09:26


Hi Daryle,

--- Daryle Walker <darylew_at_[hidden]> 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