To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=91042 Issue #|91042 Summary|Correct usage of math funtions Component|tools Version|DEV300m19 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P2 Subcomponent|code Assigned to|rt Reported by|rt
------- Additional comments from [EMAIL PROTECTED] Wed Jun 25 08:58:14 +0000 2008 ------- This is a follow up to issue 90810. Cited from there > 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 We have to clean up our code so that is syntactically correct and can be compiled with recent compilers as f.e. SunStudio 12 but still passes old .Net2003 compiler. --------------------------------------------------------------------- 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]
