|
Boost :
|
- 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&)'"
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk