PR 58148 patch

Paolo Carlini paolo.carlini@oracle.com
Wed Aug 28 20:50:00 GMT 2013


Hi,

On 08/28/2013 09:30 PM, François Dumont wrote:
> -		  std::addressof(*(__it._M_get_sequence()->_M_base().begin())))
> +		  &(*(__it._M_get_sequence()->_M_base().begin())))
I'm not convinced that you can avoid these std::addressof: it seems to 
me that the value_type can still have an overloaded operator&

Paolo.



More information about the Libstdc++ mailing list