re PR c++/71446 (Incorrect overload resolution when using designated initializers)
PR c++/71446 * call.c (filed_in_pset): Change pset from hash_set<tree> * to hash_set<tree, true> &, adjust uses accordingly. (build_aggr_conv): Change pset from hash_set<tree> * to hash_set<tree, true>. Replace goto fail; with return NULL;, adjust pset uses. From-SVN: r269861
Showing
Please
register
or
sign in
to comment