Skip to content

Commit 29361f9

Browse files
committed
remove_check
1 parent 9009b2b commit 29361f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/include/gguf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ extern "C" {
200200
}
201201
#endif
202202

203-
#if defined(__cplusplus) && __cplusplus >= 201703L
203+
#if defined(__cplusplus)
204204
#include <streambuf>
205205
GGML_API struct gguf_context * gguf_init_from_buffer(std::basic_streambuf<char>& streambuf, struct gguf_init_params params);
206206
#endif

0 commit comments

Comments
 (0)