Re: [sigc] libsigc++ 1.9.13 fails on Solaris 9 sparc



On Mon, 2004-03-22 at 13:56, Damien Carbery wrote:
> Worse.
> Line is now:
>    thing_.template operator()<int>(1, 2);
> 
> line 20: Error: A class template name was expected instead of operator.
> line 20: Error: Badly formed expression.
> 
> with:
>   thing_.T operator()<int>(1, 2);
> line 20: Error: operator() is not defined.
> line 20: Error: Badly formed expression.

Martin, do you think there is any way to keep the operator() in the API,
but use a normal callit() method internally?

-- 
Murray Cumming
www.murrayc.com
murrayc murrayc com




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]