From: jason Date: Wed, 29 Aug 2018 01:14:21 +0000 (+0000) Subject: remove utf-8 from comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6e3a8181919588f87c63ca427a0414a842f1fd0;p=thirdparty%2Fgcc.git remove utf-8 from comment git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@263942 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/cp/call.c b/gcc/cp/call.c index d74f2be7d7c5..1001be239a1b 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)