$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Tobias Schwinger (tschwinger_at_[hidden])
Date: 2006-01-26 14:05:04
David Abrahams wrote:
> I don't know if it helps, but it's sometimes possible to work around
> the comma issue by using a syntax with extra parens on the outside.
> Then you can form a function (pointer) type and take it from there.
>
> int (foo<bar, baz>)
Nice! I believe that should do the trick (although I'm not quite sure yet).
Thanks,
Tobias