Skip to content

Commit 55bf86c

Browse files
authored
Merge pull request #24 from jesusmb1995/jmb/update_to_char_streams2
QVAC-6093: Stream shards. Fixup for MSVC.
2 parents 9009b2b + 29361f9 commit 55bf86c

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)