
26 Jan
2006
26 Jan
'06
7:05 p.m.
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