From: Oliver.Kowalke_at_[hidden]
Date: 2007-06-01 03:16:06


> 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