aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2018-08-28 21:14:21 -0400
committerJason Merrill <jason@gcc.gnu.org>2018-08-28 21:14:21 -0400
commit37170829c2147718dca6c561172b44cee701c45c (patch)
treea8babfd59c9cbdea682f6946b51100363ba59c07
parent347462bfeecb8db177df72dc5b3c6f2eb263c452 (diff)
downloadgcc-37170829c2147718dca6c561172b44cee701c45c.zip
gcc-37170829c2147718dca6c561172b44cee701c45c.tar.gz
gcc-37170829c2147718dca6c561172b44cee701c45c.tar.bz2
remove utf-8 from comment
From-SVN: r263942
-rw-r--r--gcc/cp/call.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/call.c b/gcc/cp/call.c
index d74f2be..1001be2 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)