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





------- Additional comments from [EMAIL PROTECTED] Fri Feb  2 09:48:29 +0000 
2007 -------
Also, I am not that happy with extending static_int_cast to arbitrary arithmetic
types.  static_int_cast was introduced in the context of making code warning
free, which often involves converting between different integral types at the
edges of "different worlds" that happen to use different integral types for
similar concepts "by accident."  It was feared that using plain static_cast
instead would make those places harder to find should one of the "different
worlds" decide to change its integral types in the future.

I think conversion between integral and floating point types is rarely (if ever)
necessary at such edges.  (And, it would make "static_int_cast" a misnomer.)

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