cleanup
This commit is contained in:
parent
622bc3c2e8
commit
3e35d53e9e
@ -27,7 +27,7 @@ public:
|
||||
// compute [first; last( iterators for sub-range
|
||||
std::size_t size = bucketSize + remains;
|
||||
Iterator first = begin + offset;
|
||||
Iterator last = first + size;
|
||||
Iterator last = begin + offset + size;
|
||||
|
||||
// add appropriate search job
|
||||
jobList_.push_back(SearchJob<Iterator>(first, last, pattern));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user