Skip to content

Commit 8442f66

Browse files
r-barnesfacebook-github-bot
authored andcommitted
Mismatch tags take 2 (#8461)
Summary: Pull Request resolved: facebookincubator/velox#8461 Differential Revision: D52931746
1 parent aff812e commit 8442f66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

faiss/IndexReplicas.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ void IndexReplicasTemplate<IndexT>::syncWithSubIndexes() {
201201
}
202202

203203
// explicit instantiations
204-
template struct IndexReplicasTemplate<Index>;
205-
template struct IndexReplicasTemplate<IndexBinary>;
204+
template class IndexReplicasTemplate<Index>;
205+
template class IndexReplicasTemplate<IndexBinary>;
206206

207207
} // namespace faiss

0 commit comments

Comments
 (0)