From patchwork Tue Oct 10 11:28:08 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 823798 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-463853-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="C88jNzxE"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3yBFGx5zbCz9t3Z for ; Tue, 10 Oct 2017 22:28:21 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=ZwjG6+UHQYFBEGdUUP+DlhiSd7Bx2MdtDVgu+IB89mcn4+rgO0hxp exLjPpfEIlQUY/QmVS+KS5NxZEM/PNeAT4vsGDSL+o8Dl9b9fg9YAUHmZDcgbHxu pCpoaFwzO3IAlAM+lIrkq3fqixvOpsO++lMMG/Y5MdMALElrbnw22o= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=sjlrtUTXsHWE9aF7J7jTN/JAvqg=; b=C88jNzxEXcOb8qzldAEE zdFxQT7UbptSum3EoCegoBj9WCzilSxYBnts4mpbDWOnx/R8HBgnqPMP+/mb8rvw mOQO3mZLlWilatxlMTfdL9/doWMppz8+W5js1xJMJ7ZZKvYO/zpahlqoHhLVGkvZ ALlSN2zN1th3p7yuNmcFN7Q= Received: (qmail 21761 invoked by alias); 10 Oct 2017 11:28:12 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 20826 invoked by uid 89); 10 Oct 2017 11:28:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-25.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, RP_MATCHES_RCVD, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=nad, Future, tue, Tue X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 10 Oct 2017 11:28:10 +0000 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 6D92A81243; Tue, 10 Oct 2017 11:28:09 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 6D92A81243 Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=jwakely@redhat.com Received: from localhost (unknown [10.33.36.2]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1EF3560BE6; Tue, 10 Oct 2017 11:28:08 +0000 (UTC) Date: Tue, 10 Oct 2017 12:28:08 +0100 From: Jonathan Wakely To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: [PATCH] Update comment referring to status of LWG issue 111 Message-ID: <20171010112808.GA28924@redhat.com> MIME-Version: 1.0 Content-Disposition: inline X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.9.1 (2017-09-22) A small tweak to correct an old comment. * include/bits/streambuf_iterator.h (istreambuf_iterator::equal): Update comment about NAD issue. Committed to trunk. commit 952424a1d1947d77348754d90fee8f4b65248bd7 Author: Jonathan Wakely Date: Tue Oct 10 12:24:24 2017 +0100 Update comment referring to status of LWG issue 111 * include/bits/streambuf_iterator.h (istreambuf_iterator::equal): Update comment about NAD issue. diff --git a/libstdc++-v3/include/bits/streambuf_iterator.h b/libstdc++-v3/include/bits/streambuf_iterator.h index 64b8cfd7895..081afe59d84 100644 --- a/libstdc++-v3/include/bits/streambuf_iterator.h +++ b/libstdc++-v3/include/bits/streambuf_iterator.h @@ -165,7 +165,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION // _GLIBCXX_RESOLVE_LIB_DEFECTS // 110 istreambuf_iterator::equal not const - // NB: there is also number 111 (NAD, Future) pending on this function. + // NB: there is also number 111 (NAD) relevant to this function. /// Return true both iterators are end or both are not end. bool equal(const istreambuf_iterator& __b) const