Skip to content

Commit 92e053a

Browse files
committed
Add a comment
1 parent f7ec147 commit 92e053a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hnswlib/hnswlib.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#pragma once
22

3+
// This allows others to provide their own error stream.
4+
// See RcppHNSW for a use case.
35
#ifndef HNSWLIB_ERR_OVERRIDE
46
#define HNSWERR std::cerr
57
#else

0 commit comments

Comments
 (0)