empty slices: defined?

DJ Delorie dj@redhat.com
Tue Nov 8 00:55:00 GMT 2005


> | 	(_Closure(_Array<_Tp>(_M_data), __gs._M_index->_M_index));	<<<<<<<
> 
> If __gs._M_index is null, what would be computing here?

Essentially, we're passing &(__gs._M_index->_M_index).  GCC computes
this address, but doesn't dereference it.  It's a reference parameter.



More information about the Libstdc++ mailing list