On 18 March 2012 23:27, Jonathan Wakely wrote:
> Now that G++ supports it we can use a NSDMI for std::list::_M_size to
> avoid needing conditional compilation to set it in the constructors.
> I think the attached patch is an improvement so I plan to commit it to
> trunk soon unless I hear objection
Now that G++ supports it we can use a NSDMI for std::list::_M_size to
avoid needing conditional compilation to set it in the constructors.
I think the attached patch is an improvement so I plan to commit it to
trunk soon unless I hear objections.
* include/bits/stl_list.h (list::_M_size):