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





------- Additional comments from [EMAIL PROTECTED] Mon Dec  4 04:50:03 -0800 
2006 -------
@cmc:  Meanwhile, this has been fixed at many (most? all?) call-sides by
changing code like

  T t;
  a >>= t;

to

  T t = T();
  a >>= t;

While your patch is more elegant in a way, I doubt that we still need it on
recent code lines (SRC680m195? there might also be some of those changes not yet
integrated).  On what code line did you encounter problems?

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