Added std:: qualifier to find() invocation.

Konstantin Tokarev annulen at yandex.ru
Sun Sep 1 07:31:59 PDT 2013


Iterator of std::vector may be implemented as a raw pointer. In
this case ADL does not search find() function in std namespace.
For example, this is the case with STDCXX implementation of vector.

-- 
Regards,
Konstantin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Added-std-qualifier-to-find-invocation.patch
Type: text/x-diff
Size: 1079 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130901/9bed5a64/attachment.patch>


More information about the llvm-commits mailing list