Commit 37170829 by Jason Merrill

remove utf-8 from comment

From-SVN: r263942
parent 347462bf
...@@ -7922,7 +7922,7 @@ build_over_call (struct z_candidate *cand, int flags, tsubst_flags_t complain) ...@@ -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 implicit move specified in 15.8.3/3 fails "...if the type of
the first parameter of the selected constructor is not an rvalue the first parameter of the selected constructor is not an rvalue
reference to the objects type (possibly cv-qualified)...." */ reference to the object's type (possibly cv-qualified)...." */
gcc_assert (!(complain & tf_error)); gcc_assert (!(complain & tf_error));
tree ptype = convs[0]->type; tree ptype = convs[0]->type;
if (!TYPE_REF_P (ptype) if (!TYPE_REF_P (ptype)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment