20.4.1 can use several different allocators; they are described on the main extensions page.
get_temporary_buffer<int>(5);
get_temporary_buffer(5, (int*)0);
A class temporary_buffer
is given in stl_tempbuf.h.
The specialized algorithms of section 20.4.4 are extended with
uninitialized_copy_n
.