[EMAIL PROTECTED] wrote:
>
> Sorry bout that,
> Little more specific (big error):
>
> make fails in src on BaseDisplay.hh. Error is 'Syntax error - expected
> "type name" and found "typename"', this occurs for two lines (70, 71).
> Other then that there are no significant remaining errors in this make. Any
> ideas? Thanks,
Using typename in templates is a fairly recent C++ feature (at least C++
didn't have it last time I was using it, now I'm using it again, it does).
Maybe AIX's C++ compiler doesn't do typenames in templates?
I was going to suggest replacing the min and max templates with macros, but I
see that they are used in lots of places with expressions with side effects,
so you definitely don't want to do that!
--
Paul Tomblin, Software Developer
---begin stuff I'm forced to include--
The information contained in this electronic message and any attachments to
this message are intended for the exclusive use of the addressee(s) and may
contain confidential or privileged information. If you are not the intended
recipient, please notify SunGard Trading Systems immediately at (201)
617-2600 or [EMAIL PROTECTED], and destroy all copies of this message and
any attachments.
--end--
Leader Kibo does not require the preceeding disclaimer, but it is allowed.
Sorry, George.