|
On 2007-08-12 09:15, PicO wrote:
Can i construct a queue with a initial size ?
i want to construct with a initial size to save processing for
allocating memory like vectors ...
Not that I know of, but if you are worried about that you can use
std::list as the underlying container.
--
Erik Wikström
.
|