From: Jonathan Wakely Date: Wed, 12 Mar 2025 17:43:08 +0000 (+0000) Subject: libstdc++: Use new header in X-Git-Tag: basepoints/gcc-16~1546 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8a3944b440777d2d6fb4a9f456189a0dc439ec8;p=thirdparty%2Fgcc.git libstdc++: Use new header in In r15-5832-g91f4550e1700b7 std::monostate was moved to its own header, which means that no longer needs to include all of . libstdc++-v3/ChangeLog: * include/std/format: Include instead of . --- diff --git a/libstdc++-v3/include/std/format b/libstdc++-v3/include/std/format index bc26599b9f9..f52645a3ac7 100644 --- a/libstdc++-v3/include/std/format +++ b/libstdc++-v3/include/std/format @@ -51,7 +51,7 @@ #include #include #include -#include // monostate (TODO: move to bits/utility.h?) +#include #include // input_range, range_reference_t #include // subrange #include // ranges::copy