]> granicus.if.org Git - llvm/commit
Fix mis-use of std::lower_bound
authorReid Kleckner <rnk@google.com>
Sat, 15 Jul 2017 18:10:15 +0000 (18:10 +0000)
committerReid Kleckner <rnk@google.com>
Sat, 15 Jul 2017 18:10:15 +0000 (18:10 +0000)
commit0b189e17f88f171e867a45dde48efbc7f9cb22aa
tree0b8d6521ca5ea3887eb0756797fdfb2562d66239
parentc09fbb030f3ec176556cc6db4f7b2e08fe58fd30
Fix mis-use of std::lower_bound

Binary search in C++ is such a PITA. =/

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308106 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/BinaryItemStream.h