Hi,
 
I'm working on windows 2000 sp4 with visual studio c++.net.
 
When I try to compile a new web service (everything works fine until porting it on vc++.net) I get those error about std.
 
I tried with the examples you gave with the project, (base, groupB,...) and the same probem accures.
 
I know those project are made with vc++ 6 but as it seems to be a problem with std, and unfortunatly I don't now much about them, I thougt maybee someone has already saw it before.
 
I send you the task list of the project.
 
Thanks
 
Nicholas
 
c:\Program Files\Microsoft Visual Studio .NET\Vc7\include\xmemory(87): error C2535: 'std::allocator<_Ty>::pointer std::allocator<_Ty>::address(std::allocator<_Ty>::reference) const' : member function already defined or declared
        with
        [
            _Ty=const std::_Tree<std::_Tmap_traits<const std::basic_string<char,std::char_traits<char>,std::allocator<char>>,XSDTYPE,std::less<const std::basic_string<char,std::char_traits<char>,std::allocator<char>>>,std::allocator<std::pair<const std::basic_string<char,std::char_traits<char>,std::allocator<char>>,XSDTYPE>>,false>>::key_type
        ]

Reply via email to