From patchwork Thu Apr 25 17:43:51 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 89004 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 3D1DF3849AC5 for ; Thu, 25 Apr 2024 17:45:16 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 134F93858C5F for ; Thu, 25 Apr 2024 17:44:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 134F93858C5F Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 134F93858C5F Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=170.10.133.124 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1714067051; cv=none; b=pktxloUI4sbFQF7kCqjTPveJnlSwhephsW8FYYXXhOJ6v8fYtyYHXFJ0uDHCm0jWYIIhNLbFUFiCieCHh1R+qx1W5xfaY0z5Y/cNVu4n2ISUgQQOWK2q0uIOdKYkDPOdjhQ6yes/+URCm0hPEG+Rc8/nItnkj1ZHnGSSBCSuRqo= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1714067051; c=relaxed/simple; bh=Vb4eASLBUxU6W7/kLlQMTqDAxNeDbw6hDjjXL1xEezg=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=ShqENtSSlARelnCQZ3y38G9XWRJImblLLPKQi+Sw0K27KxdcJwaCD4vzrOEdwCJAg7k4qY+wzkN7M+Pxn0rkYQnLPVuN/Y6cfnibfbits9XbvTtfvFYd/2ONQ4fjqWCMzpqgJbtqQCNxydJH/aRTiQI6usz77xrx5RTIkZGf46s= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1714067049; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=0SFV7+twxJyzmp/OBsKlo7PV0MeyAVa14LzddQpJuIk=; b=GULeUT6mltYfbTRs27Ll74empr9yGpUDmRer1JDkmGiXRX7EY5T+CHAaKXrcYjUIqlo43H 4/fSpqyCiNH+dlgPvSNUhAxQ18L/WfUj1ig9i8jvf0NIJy+cZPX/bLlLup8F+my4ku4Ezi YluI/hC6c7IkKpn7izODAzDaHvJ3/ik= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-376-nNbsGS-kNgKwB1glkKnnkQ-1; Thu, 25 Apr 2024 13:44:06 -0400 X-MC-Unique: nNbsGS-kNgKwB1glkKnnkQ-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 4A4531839F81; Thu, 25 Apr 2024 17:44:06 +0000 (UTC) Received: from localhost (unknown [10.42.28.238]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1A700AC68; Thu, 25 Apr 2024 17:44:06 +0000 (UTC) From: Jonathan Wakely To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: [committed] libstdc++: Add comment to #include in Date: Thu, 25 Apr 2024 18:43:51 +0100 Message-ID: <20240425174405.2559013-1-jwakely@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com X-Spam-Status: No, score=-12.2 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=unavailable autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Tested x86_64-linux. Pushed to trunk. -- >8 -- It's not obvious why needs so add a comment to it. libstdc++-v3/ChangeLog: * include/std/variant: Add comment to #include. --- libstdc++-v3/include/std/variant | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstdc++-v3/include/std/variant b/libstdc++-v3/include/std/variant index f79d95db7a8..748e9bae1cb 100644 --- a/libstdc++-v3/include/std/variant +++ b/libstdc++-v3/include/std/variant @@ -42,7 +42,7 @@ #include #include #include -#include +#include // _Select_int #include #include #include // in_place_index_t