Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Define virtual destructor for
IndexScorer
It must be defined in order for any `std::unique_ptr<IndexScorer>` to execute the correct deleter when it goes out of scope. Because we define the constructor, we also define the copy/move constructor/operator, and in turn also default constructor, which we need. Signed-off-by: Michal Siedlaczek <[email protected]>
- Loading branch information