aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/class.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/class.c')
-rw-r--r--gcc/cp/class.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/class.c b/gcc/cp/class.c
index 20cfd10..a8332ab 100644
--- a/gcc/cp/class.c
+++ b/gcc/cp/class.c
@@ -4605,7 +4605,7 @@ build_clone (tree fn, tree name)
}
else
{
- // Clone constraints.
+ /* Clone constraints. */
if (flag_concepts)
if (tree ci = get_constraints (fn))
set_constraints (clone, copy_node (ci));