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





------- Additional comments from [EMAIL PROTECTED] Mon Nov  5 10:16:52 +0000 
2007 -------
@bero:

Re 1:  <cstring> is not the right header to include to for example declare
memcpy (not std::memcpy) as used in
bridges/source/remote/urp/urp_marshal.hxx:1.7; see 17.4.1.2/4 of the 1998 C++
Standard.  <string.h> would be the right choice (which also has the advantage
that it works fine with the wntmsci10/STLport environment, where <c...> headers
lack function declarations in the std:: namespace).

Re 2:  Looks reasonable to explicitly disambiguate here (though it is unclear to
me why those places do not already cause compilation errors with other 
compilers).

Re 3:  Those probably need a case-by-case analysis, whether a wrapping #ifndef
is the best solution, or dropping the #define, or...

Re 4:  According to <http://gcc.gnu.org/>, GCC 4.3 is not yet final.  I would
not want to add workarounds for GCC 4.3 errors (esp. if they break other
platforms, like an unconditional __attribute__) until it is clear that those
errors are in the final GCC 4.3 release and we nevertheless want to support that
compiler version.

---------------------------------------------------------------------
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