This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: empty slices: defined?


> | 	(_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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]