Skip to content

Commit

Permalink
Remove leftover usage of the __std_stream header
Browse files Browse the repository at this point in the history
2dd4fa8 removed all usage of __std_stream because
it is no logner available with clang v17. That missed one place
where the header was still used (only used when building with -DFMT_MODULE=ON).
Remove it there too.

See fmtlib#3654
  • Loading branch information
lazka committed Oct 1, 2023
1 parent 349e1c4 commit 0428c81
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/fmt.cc
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ module;
# if defined(__GLIBCXX__)
# include <ext/stdio_filebuf.h>
# include <ext/stdio_sync_filebuf.h>
# elif defined(_LIBCPP_VERSION)
# include <__std_stream>
# endif
# define WIN32_LEAN_AND_MEAN
# include <windows.h>
Expand Down

0 comments on commit 0428c81

Please sign in to comment.