Skip to content

Commit

Permalink
Add missing explicit instantiations
Browse files Browse the repository at this point in the history
  • Loading branch information
Qup42 committed Jun 16, 2024
1 parent 57df48d commit 6292f07
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/index/IndexImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,12 @@ template void IndexImpl::createOSPAndOPS<
template ExternalSorter<FirstPermutation, 3UL> IndexImpl::makeSorter<
FirstPermutation, 3UL>(std::string_view permutationName) const;

template ExternalSorter<SecondPermutation, 3UL> IndexImpl::makeSorter<
SecondPermutation, 3UL>(std::string_view permutationName) const;

template ExternalSorter<ThirdPermutation, 3UL> IndexImpl::makeSorter<
ThirdPermutation, 3UL>(std::string_view permutationName) const;

// _____________________________________________________________________________
void IndexImpl::createFromOnDiskIndex(const string& onDiskBase) {
setOnDiskBase(onDiskBase);
Expand Down

0 comments on commit 6292f07

Please sign in to comment.