Re: container method call shortcuts

2016-06-15 Thread Jonathan Wakely
On 14/06/16 22:04 +0200, François Dumont wrote: Hi Here is the patch to limit burden on compiler in finding out what is the right method to call eventually when we already know it. Very nice, OK for trunk, thanks.

container method call shortcuts

2016-06-14 Thread François Dumont
Hi Here is the patch to limit burden on compiler in finding out what is the right method to call eventually when we already know it. This patch doesn't show all indentation fixes I will also commit. * include/bits/stl_deque.h (std::deque<>::operator=): Call _M_assign_aux.