We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9f8951 commit 8ccb300Copy full SHA for 8ccb300
1 file changed
faiss/invlists/InvertedLists.h
@@ -486,7 +486,8 @@ struct CappedInvertedLists : InvertedLists {
486
void release_ids(size_t list_no, const idx_t* ids) const override;
487
488
idx_t get_single_id(size_t list_no, size_t offset) const override;
489
- const uint8_t* get_single_code(size_t list_no, size_t offset) const override;
+ const uint8_t* get_single_code(size_t list_no, size_t offset)
490
+ const override;
491
492
void prefetch_lists(const idx_t* list_nos, int nlist) const override;
493
0 commit comments