$include_dir="/home/hyper-archives/boost/include";
 include("$include_dir/msg-header.inc")
?>
- Next message: Pavol Droba: "Re: [boost] [uuid] - boost/algorithm/string.hpp - error no matching function for call to 'find(wchar_t [16], wchar_t* const&, wchar_t&)'"
 - Previous message: Pavol Droba: "Re: [boost] [uuid] - boost/algorithm/string.hpp - error no matching function for call to 'find(wchar_t [16], wchar_t* const&, wchar_t&)'"
 - In reply to: Pavol Droba: "Re: [boost] [uuid] - boost/algorithm/string.hpp - error no matching function for call to 'find(wchar_t [16], wchar_t* const&, wchar_t&)'"
 - Next in thread: Pavol Droba: "Re: [boost] [uuid] - boost/algorithm/string.hpp - error no matching function for call to 'find(wchar_t [16], wchar_t* const&, wchar_t&)'"
 - Reply: Pavol Droba: "Re: [boost] [uuid] - boost/algorithm/string.hpp - error no matching function for call to 'find(wchar_t [16], wchar_t* const&, wchar_t&)'"
 - Reply: Gottlob Frege: "Re: [boost] [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
- Next message: Pavol Droba: "Re: [boost] [uuid] - boost/algorithm/string.hpp - error no matching function for call to 'find(wchar_t [16], wchar_t* const&, wchar_t&)'"
 - Previous message: Pavol Droba: "Re: [boost] [uuid] - boost/algorithm/string.hpp - error no matching function for call to 'find(wchar_t [16], wchar_t* const&, wchar_t&)'"
 - In reply to: Pavol Droba: "Re: [boost] [uuid] - boost/algorithm/string.hpp - error no matching function for call to 'find(wchar_t [16], wchar_t* const&, wchar_t&)'"
 - Next in thread: Pavol Droba: "Re: [boost] [uuid] - boost/algorithm/string.hpp - error no matching function for call to 'find(wchar_t [16], wchar_t* const&, wchar_t&)'"
 - Reply: Pavol Droba: "Re: [boost] [uuid] - boost/algorithm/string.hpp - error no matching function for call to 'find(wchar_t [16], wchar_t* const&, wchar_t&)'"
 - Reply: Gottlob Frege: "Re: [boost] [uuid] - boost/algorithm/string.hpp - error no matching function for call to 'find(wchar_t [16], wchar_t* const&, wchar_t&)'"
 
 
$include_dir="/home/hyper-archives/boost/include";
include("$include_dir/msg-footer.inc");
?>