Matthew Towler wrote:
> int a, c;
> int& b = a;
> b = c; // error, as attempting to reseat the reference.

    um.. That's not an error, it just doesn't do what you think it does.  It
actually assigns the value of c to a.

--
Truth,
James Curran
www.noveltheory.com (personal)
www.njtheater.com (professional)



_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to