Skip to content

Commit 7f3e0a3

Browse files
r-barnesfacebook-github-bot
authored andcommitted
Mismatch tags take 2 (facebookresearch#3211)
Summary: Pull Request resolved: facebookresearch#3211 X-link: facebookincubator/velox#8461 Reviewed By: luciang Differential Revision: D52931746 fbshipit-source-id: 0aa40ff310ec48ace13927faaa47e0ebfa8b921e
1 parent aff812e commit 7f3e0a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

faiss/IndexReplicas.cpp

+2-2
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)