public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-6029] c++: tweak comment
@ 2021-12-17  3:29 Jason Merrill
  0 siblings, 0 replies; only message in thread
From: Jason Merrill @ 2021-12-17  3:29 UTC (permalink / raw)
  To: gcc-cvs

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.  */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-17  3:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-17  3:29 [gcc r12-6029] c++: tweak comment Jason Merrill

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).