| commit | b3bf23f3c4e2e9f552ae2e74c33a6754f4a7dd29 | [log] [tgz] |
|---|---|---|
| author | Christoph Reiter <reiter.christoph@gmail.com> | Sun Oct 01 17:16:42 2023 +0200 |
| committer | GitHub <noreply@github.com> | Sun Oct 01 08:16:42 2023 -0700 |
| tree | 1950239eb8d6c2cedf535ca76894feafc0e13aa0 | |
| parent | 349e1c48d14524c761cc8a72c75abb0d33c237a3 [diff] |
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