1 Jun 2007 09:16
Re: [uuid] - boost/algorithm/string.hpp - error no matching function for call to 'find(wchar_t [16], wchar_t* const&, wchar_t&)'
<Oliver.Kowalke <at> qimonda.com>
2007-06-01 07:16:06 GMT
2007-06-01 07:16:06 GMT
> 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
RSS Feed