Re: [sigc] libsigc++ 1.9.13 fails on Solaris 9 sparc
- From: Damien Carbery <Damien Carbery Sun COM>
- To: Murray Cumming <murrayc murrayc com>
- Cc: Martin Schulze <martin-ml hippogriff de>, libsigc++ list <libsigc-list gnome org>
- Subject: Re: [sigc] libsigc++ 1.9.13 fails on Solaris 9 sparc
- Date: Mon, 22 Mar 2004 12:56:35 +0000
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]