On Thu, Apr 12, 2012 at 1:06 PM, Sean Kelly <span dir="ltr"><<a href="mailto:sean@invisibleduck.org">sean@invisibleduck.org</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Apr 10, 2012, at 5:57 PM, Walter Bright wrote:<br>
<br>
> I couldn't remember what the big problem was with rvalue references, and so I spent some time on the phone talking with Andrei about what exactly the problem is. They are:<br>
><br>
> 1.<br>
> C++:<br>
>  int i;<br>
>  double& d = i;<br>
<br>
I'm shocked that this is legal.  Why allow implicit conversions when assigning to a reference?<br>
<br>
</blockquote></div><br><div>No. In C++, this is ill-formed but MSVC accepts this code...</div>