6 May
2014
6 May
'14
2:55 p.m.
On May 6, 2014 9:37:33 AM EDT, Jonathan Wakely
On 6 May 2014 12:45, Andrzej Krzemienski wrote:
Do you know if this a bug in VC++, or if that is supposed to be
valid?
It's valid, the reference should bind directly to global_i.
In the code he provided, the assertion failure means that the address of the reference ii != the address of global_i. That's surprising. ___ Rob (Sent from my portable computation engine)