On Tue, 27 Feb 2001, John Levon wrote:
>
> Michael, what's the exact problems with compiling sigc++ on sunos cc ?
cc-5.0 will never work. cc-5.1 might work with horrible header macros.
Sun's cc is crap. It can't handle partial specialization -- at least not
the way everyone else interprets the standard and there are a number of
other similar things (it expects "class" where everyone else expects
"typename" for example).
Karl is working on a way to get this to work for current stable sigc++ but
has a rewritten/redesigned sigc++ in the works that avoids most of these
pitfalls. Unfortunately it's not ready for primetime yet.
Allan. (ARRae)