diff options
author | Jason Merrill <jason@redhat.com> | 2021-12-15 17:14:54 -0500 |
---|---|---|
committer | Jason Merrill <jason@redhat.com> | 2021-12-16 22:28:49 -0500 |
commit | 871504b0dd5cd023d3a28cf9e5ccbda75928b102 (patch) | |
tree | 367ce6147ba30b4afd21c215cd300a56717bc93c /gcc | |
parent | a37e8ce3b66325f0c6de55c80d50ac1664c3d0eb (diff) | |
download | gcc-871504b0dd5cd023d3a28cf9e5ccbda75928b102.zip gcc-871504b0dd5cd023d3a28cf9e5ccbda75928b102.tar.gz gcc-871504b0dd5cd023d3a28cf9e5ccbda75928b102.tar.bz2 |
c++: tweak comment
The comment documented a parameter that no longer exists.
gcc/cp/ChangeLog:
* constraint.cc (deduce_concept_introduction): Adjust comment.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/constraint.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cp/constraint.cc b/gcc/cp/constraint.cc index 8e25ae2..8386a7d 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. */ |