To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=55967
------- Additional comments from [EMAIL PROTECTED] Tue Nov 1 06:04:37 -0800 2005 ------- 1) I'd like to avoid using STLport because it is an extra dependency -- and a large one. Also, in at least one location (see my patch), an inferior method (hashmap instead of map) was picked by the developer _to avoid linking with stlport_. 2) There is already an option in configure to build `--without-stlport4'. The advice _against_ using this option is that it breaks ABI compatibility. This does not bother a FreeBSD in general and a non-i386 FreeBSD user in particular :-) All of the functionality found in STLport is also found in modern versions of compilers, so why not use it? My script (or some derivative of it) can run in boostrap. I'm also seeing attempts to solve this problem by #define-ing the namespace name (::std or __gcc_cxx::) based on configure results. Maybe, my script can be used to _once_ find all instances, where this #define needs to be used. --------------------------------------------------------------------- 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]
