public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jason Merrill <jason@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-6029] c++: tweak comment
Date: Fri, 17 Dec 2021 03:29:14 +0000 (GMT)	[thread overview]
Message-ID: <20211217032914.9D417385843F@sourceware.org> (raw)

https://gcc.gnu.org/g:871504b0dd5cd023d3a28cf9e5ccbda75928b102

commit r12-6029-g871504b0dd5cd023d3a28cf9e5ccbda75928b102
Author: Jason Merrill <jason@redhat.com>
Date:   Wed Dec 15 17:14:54 2021 -0500

    c++: tweak comment
    
    The comment documented a parameter that no longer exists.
    
    gcc/cp/ChangeLog:
    
            * constraint.cc (deduce_concept_introduction): Adjust comment.

Diff:
---
 gcc/cp/constraint.cc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gcc/cp/constraint.cc b/gcc/cp/constraint.cc
index 8e25ae23670..8386a7dd411 100644
--- a/gcc/cp/constraint.cc
+++ b/gcc/cp/constraint.cc
@@ -450,8 +450,6 @@ deduce_concept_introduction (tree check)
 /* Build a constrained placeholder type where SPEC is a type-constraint.
    SPEC can be anything were concept_definition_p is true.
 
-   If DECLTYPE_P is true, then the placeholder is decltype(auto).
-
    Returns a pair whose FIRST is the concept being checked and whose
    SECOND is the prototype parameter.  */


                 reply	other threads:[~2021-12-17  3:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211217032914.9D417385843F@sourceware.org \
    --to=jason@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).