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 92e053a commit a9e62cbCopy full SHA for a9e62cb
hnswlib/hnswlib.h
@@ -1,7 +1,7 @@
1
#pragma once
2
3
-// This allows others to provide their own error stream.
4
-// See RcppHNSW for a use case.
+// https://github.com/nmslib/hnswlib/pull/508
+// This allows others to provide their own error stream (e.g. RcppHNSW)
5
#ifndef HNSWLIB_ERR_OVERRIDE
6
#define HNSWERR std::cerr
7
#else
0 commit comments