On 09.12.2013 17:46, Vadim Yedzinovich wrote:
Hello Herbert,


Commented:
//namespace _STL
//{
//    /** @internal */
//    template<class T, class U>
//    inline ::rtl::Allocator<U> & __stl_alloc_rebind (::rtl::Allocator<T>
& a, U const *)
//    {
//        return (::rtl::Allocator<U>&)(a);
//    }
//}

in C:\source\aoo-trunk\main\sal\inc\rtl\allocator.hxx

So disabling that code fixed the namespace problem. Great!

*The next problem is with undeclared identifiers:*
[...]
C:/PROGRA~2/MICROS~1.0/VC/include\../../VC/include/unordered_set(64) :
error C20            65: '_Hash_compare' : undeclared identifier

This looks like a known installation problem [1] for an sdk interacting badly with a feature pack. Ariel provided some great pointers in that mailing list thread that should solve the problem.

[1] http://markmail.org/thread/ax5fq3iebmgc437k

Herbert

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to