We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ec147 commit 92e053aCopy full SHA for 92e053a
hnswlib/hnswlib.h
@@ -1,5 +1,7 @@
1
#pragma once
2
3
+// This allows others to provide their own error stream.
4
+// See RcppHNSW for a use case.
5
#ifndef HNSWLIB_ERR_OVERRIDE
6
#define HNSWERR std::cerr
7
#else
0 commit comments