Re: C++ PATCH for DR 1571 (reference binding)

2014-04-18 Thread Jason Merrill
On 02/25/2014 04:27 PM, Jason Merrill wrote: Getting the reference binding rules for C++11 right (in the standard) has taken quite a few iterations. I'm pretty happy with the latest wording, which deals with user-defined conversions by recursing on the result of the conversion. This patch imple

Re: C++ PATCH for DR 1571 (reference binding)

2014-02-26 Thread Jason Merrill
On 02/25/2014 04:27 PM, Jason Merrill wrote: I'm a little uncertain about applying this so late in the 4.9 cycle, but I think it's a significant improvement to C++11 support. But it broke firefox, so I've reverted it. I'll try again in stage 1. Jason

C++ PATCH for DR 1571 (reference binding)

2014-02-25 Thread Jason Merrill
Getting the reference binding rules for C++11 right (in the standard) has taken quite a few iterations. I'm pretty happy with the latest wording, which deals with user-defined conversions by recursing on the result of the conversion. This patch implements those rules. I'm a little uncertain