To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=72248
------- Additional comments from [EMAIL PROTECTED] Sun Feb 18 21:50:43 +0000 2007 ------- It appears gcc has a problem with member templates. By forcing the use of the non-member-template using variant of the shared_array class (boost/detail/shared_array_nmt.hpp) the crash doesn't occur anymore when compiling with debug. Forcing to use the non-member template variant is accomplished by defining 'BOOST_NO_MEMBER_TEMPLATE' and undefining 'BOOST_MSVC6_MEMBER_TEMPLATES' at the beginning of shared_array.hpp (to test it use the *.hpp file delivered to solver/.../inc/boost/...!). --------------------------------------------------------------------- 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]
