Oliver.Kowalke | 1 Jun 2007 09:16
Favicon

Re: [uuid] - boost/algorithm/string.hpp - error no matching function for call to 'find(wchar_t [16], wchar_t* const&, wchar_t&)'

> uuid is using std::find without qualification and so it 
> conflicts with boost::find declared in the string_algo.

Qualified both find invokations with std:: - now it's working

> Looking through the uuid.hpp code, there are lots of 'using namespace'
> directives. Althoug they are only local, they could cause 
> problems, especialy in the scope of boost.

So they should prefented in general?

Oliver
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost


Gmane