clover: use iterator_range in get_kernel_nodes
authorGreg V <greg@unrelenting.technology>
Wed, 4 Jul 2018 17:15:04 +0000 (20:15 +0300)
committerMatt Turner <mattst88@gmail.com>
Wed, 9 Oct 2019 21:54:07 +0000 (14:54 -0700)
commit6da865bcfeecaa9ab4bb1632416d813f7df24f3e
tree3478c02dbb20ecee973b6113b032579cd3764f4c
parentaed1f7ad34619de9c41a529627babc857eac9a97
clover: use iterator_range in get_kernel_nodes

With libc++ (LLVM's STL implementation), the original code does not compile because an
appropriate vector constructor cannot be found (for the _ForwardIterator one, requirement
is_constructible is not satisfied).
src/gallium/state_trackers/clover/llvm/metadata.hpp