Hello Vadim,

I'm replying on the mailing list, because this may be of interest to a wider audience.

On 06.12.2013 18:58, Vadim Yedzinovich wrote:
Get preprocess output to debugbase.i file (you can see it in attached
file)...

Got it, thanks!

As I can see basic_string comes from namespace std templates definitions
like:
  #line 13 "C:/PROGRA~2/MICROS~1.0/VC/include\\xstring"
namespace std {
[...]

The basic_strings being defined in the std namespace is fine. That's where it belongs so this is good.

namespace _STL comes from allocator.hxx:
#line 32 "../../inc\\rtl/allocator.hxx"
  namespace _STL
[...]

The _STL namespace is only mentioned at that one location, so I wonder how basic_string is now expected in that namespace?

[...]
Sorry, but a the monemt I've no idea how to resolve this problem.

The few lines mentioning _STL in allocator.hxx should be obsolete nowadays, anyway. Could you try out whether deleting them (the "namespace _STL" from start to closing and all that it encloses) helps?

Herbert

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to