]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
c++: tweak comment
authorJason Merrill <jason@redhat.com>
Wed, 15 Dec 2021 22:14:54 +0000 (17:14 -0500)
committerJason Merrill <jason@redhat.com>
Fri, 17 Dec 2021 03:28:49 +0000 (22:28 -0500)
The comment documented a parameter that no longer exists.

gcc/cp/ChangeLog:

* constraint.cc (deduce_concept_introduction): Adjust comment.

gcc/cp/constraint.cc

index 8e25ae2367028b95c05c8ea6857aef0cb6cca0e6..8386a7dd411ce1498c5ad24ecb0060b035864b61 100644 (file)
@@ -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.  */