Hi there- quick question,does deque as defined in libstdc++ allocate upon initialisation or upon first insertion?
Trying to dig through the code but can't figure it out.Reason being, it's insertion graphs seem to show a surprisingly linear progression from small amounts of N to large amounts.
Thanks in advance, Matt