
12 Feb
2013
12 Feb
'13
6:19 p.m.
On 12 February 2013 09:10, Krzysztof Czainski <1czajnik@gmail.com> wrote:
However, I'd rather there was a new member function for "noinit" pushing/resizing. Just like the emplace* family of functions was added, while the push* family was left alone ;-)
Do you also envision another method for emplace construction indicating list initialization (aka uniform initialization, ::new((void *)p) U{std::forward<Args>(args)...}) vs. direct initialization (::new((void *)p) U(std::forward<Args>(args)...))? -- Nevin ":-)" Liber <mailto:nevin@eviloverlord.com> (847) 691-1404