From 37170829c2147718dca6c561172b44cee701c45c Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Tue, 28 Aug 2018 21:14:21 -0400 Subject: [PATCH] remove utf-8 from comment From-SVN: r263942 --- gcc/cp/call.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/call.c b/gcc/cp/call.c index d74f2be7d7c..1001be239a1 100644 --- a/gcc/cp/call.c +++ b/gcc/cp/call.c @@ -7922,7 +7922,7 @@ build_over_call (struct z_candidate *cand, int flags, tsubst_flags_t complain) { /* The implicit move specified in 15.8.3/3 fails "...if the type of the first parameter of the selected constructor is not an rvalue - reference to the object’s type (possibly cv-qualified)...." */ + reference to the object's type (possibly cv-qualified)...." */ gcc_assert (!(complain & tf_error)); tree ptype = convs[0]->type; if (!TYPE_REF_P (ptype) -- 2.30.2