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


User sb changed the following:

                  What    |Old value                 |New value
================================================================================
               Assigned to|sb                        |jsc
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Mon Mar 13 04:10:17 -0800 
2006 -------
@mmeeks:  Your first attempt (UNOIDL auto -> const_auto) does not work, as it
incompatibly changes data that is not only used by C++.  Your second attempt
(cppumaker auto -> const_auto) does not work, as it incompatibly changes things
that currently work if certain requirements are met (e.g., USHRT_MAX is not
extended to const_USHRT_MAX, which is ok as long as the translation unit does
not include limits.h).

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