Skip to content

Commit 07dfaf1

Browse files
Update llvm/include/llvm/ADT/RadixTree.h
Co-authored-by: Kazu Hirata <[email protected]>
1 parent 885ae93 commit 07dfaf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/ADT/RadixTree.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ template <typename KeyType, typename T> class RadixTree {
334334
find_prefixes(const key_type &Key) const {
335335
return iterator_range<const_prefix_iterator>{
336336
const_prefix_iterator(
337-
&Root, KeyConstIteratorRangeType{adl_begin(Key), adl_end(Key)}),
337+
&Root, KeyConstIteratorRangeType(Key)),
338338
const_prefix_iterator{}};
339339
}
340340
};

0 commit comments

Comments
 (0)