
22 Jan
2013
22 Jan
'13
2:52 p.m.
On Tue, Jan 22, 2013 at 2:33 PM, Adam Wulkiewicz <adam.wulkiewicz@gmail.com> wrote:
That's just a single bit.
No, because static part will be created on stack and if external storage was created by non-std allocator then hybrid_vector would have a full set of additional members.
You need either those members or the static storage, not both at the same time, so they could share the same space. -- Olaf