aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2013-09-02 01:18:56 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2013-09-02 01:18:56 +0000
commit6e0520e9d924b23f48b6b92f13e992d751cffd9f (patch)
tree1cfa413c9260b591bd8e7b4983024eb73e749229 /llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
parentbaf3fdb86b69296534f6adb71952a21c4a979786 (diff)
downloadllvm-6e0520e9d924b23f48b6b92f13e992d751cffd9f.zip
llvm-6e0520e9d924b23f48b6b92f13e992d751cffd9f.tar.gz
llvm-6e0520e9d924b23f48b6b92f13e992d751cffd9f.tar.bz2
Added std:: qualifier to find() invocation
Iterator of std::vector may be implemented as a raw pointer. In this case ADL does not find the find() function in the std namespace. For example, this is the case with STDCXX implementation of vector. Patch by Konstantin Tokarev. llvm-svn: 189733
Diffstat (limited to 'llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp')
0 files changed, 0 insertions, 0 deletions