>>>>> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes:
Allan> On Tue, 2 Apr 2002, Angus Leeming wrote: [...] >> static bool build_name (string&,const vector<string,allocator<void> >> >&); --------------------------^ cxx: Error: >> /usr/include/cxx/locimpl, line 309: #266 "string" is ambiguous >> >> etc. >> >> Any ideas? Allan> I suppose your compiler is seeing a choice of std::string and Allan> lyxstring (exported via typedef as string). Note that I have been compiling for a long time with cxx 6.2. I'll have to check whether it is still the case. Anyway, having string instead of std::string in a system header is dumb, IMO (unless everything is in namespace std?). JMarc