To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90810





------- Additional comments from [EMAIL PROTECTED] Wed Jun 18 09:47:10 +0000 
2008 -------
Sigh, I had hoped all our compilers do this right now. This is with an old
windows compiler right? I've compiled the stuff on Linux, Solaris and Windows
(.Net 2008).

SunStudio12 with the compiler provided STLPort requires <cmath> if using math
functions in the std:: namespace but no longer pollutes the namespace with the
unqualified versions of the symbols. I had to fix numerous cases where someone
included <cmath> and not <math.h> and used sin(), cos() unqualified.

Possible fixes:
  - using old style unqualified function names with <math.h> only
  - "using namespace std" at the top of poly2.cxx : dirty, dirty
  - conditionally include <cmath> for all compilers bit .Net2003

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to