Skip to content

Commit a9e62cb

Browse files
committed
Add link to PR in comment
1 parent 92e053a commit a9e62cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hnswlib/hnswlib.h

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

3-
// This allows others to provide their own error stream.
4-
// See RcppHNSW for a use case.
3+
// https://github.com/nmslib/hnswlib/pull/508
4+
// This allows others to provide their own error stream (e.g. RcppHNSW)
55
#ifndef HNSWLIB_ERR_OVERRIDE
66
#define HNSWERR std::cerr
77
#else

0 commit comments

Comments
 (0)