From b3bf23f3c4e2e9f552ae2e74c33a6754f4a7dd29 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 1 Oct 2023 17:16:42 +0200 Subject: [PATCH] Remove leftover usage of the __std_stream header (#3663) 2dd4fa8742fdac36468f8d removed all usage of __std_stream because it is no longer available with clang v17. That commit missed one place where the header was still used (only used when building with -DFMT_MODULE=ON). Remove it there too. See #3654 --- src/fmt.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/fmt.cc b/src/fmt.cc index a02167c6..6638bb4a 100644 --- a/src/fmt.cc +++ b/src/fmt.cc @@ -63,8 +63,6 @@ module; # if defined(__GLIBCXX__) # include # include -# elif defined(_LIBCPP_VERSION) -# include <__std_stream> # endif # define WIN32_LEAN_AND_MEAN # include