Skip to content

Commit

Permalink
Correct the feature test macro for including syncstream header (hsu…
Browse files Browse the repository at this point in the history
…tter#1019)

Signed-off-by: Neil Henderson <2060747+bluetarpmedia@users.noreply.github.com>
  • Loading branch information
bluetarpmedia authored Mar 15, 2024
1 parent 4a83eb0 commit 82cecba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cpp2util.h
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
#include <streambuf>
#include <string>
#include <string_view>
#ifdef __cpp_lib_syncstream
#ifdef __cpp_lib_syncbuf
#include <syncstream>
#endif
#include <system_error>
Expand Down

0 comments on commit 82cecba

Please sign in to comment.