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



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.

Murray Cumming wrote:
On Mon, 2004-03-22 at 10:50, Damien Carbery wrote:

I got:
line 20: Error: Badly formed expression.

I got the same error when I removed '/*template */


And when you replace "/*template */" with "template "?






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