Skip to content

Commit 82cecba

Browse files
Correct the feature test macro for including syncstream header (#1019)
Signed-off-by: Neil Henderson <[email protected]>
1 parent 4a83eb0 commit 82cecba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/cpp2util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
#include <streambuf>
199199
#include <string>
200200
#include <string_view>
201-
#ifdef __cpp_lib_syncstream
201+
#ifdef __cpp_lib_syncbuf
202202
#include <syncstream>
203203
#endif
204204
#include <system_error>

0 commit comments

Comments
 (0)