Skip to content

Commit 74e3b62

Browse files
committed
temporary size_t -> int64_t for CI
1 parent 4ba20a0 commit 74e3b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/cpp/include/svs/runtime/api_defs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ struct SVS_RUNTIME_API_INTERFACE IDFilter {
9292
};
9393

9494
struct SearchResultsStorage {
95-
std::span<size_t> labels;
95+
std::span<int64_t> labels; // Temporary revert for CI - assume this will be udpated on FAISS side
9696
std::span<float> distances;
9797
};
9898

0 commit comments

Comments
 (0)