extern "C" linkage and template declarations
Hi,
The following error message has started poping up since upgrading to Sun Studio 11:
"sstream", line 41: Error: Template declarations cannot have extern "C" linkage.
As far as i understand, sstream is a library that comes with Sun Studio so how should I interpret this message? Is it saying that the template declared in sstream at line 41 is being used in my code with types that use extern "C" linkage?

