10 Oct
2017
10 Oct
'17
12:49 p.m.
On Mon, Oct 9, 2017 at 11:32 AM, Hans Dembinski via Boost
On my system (gcc stdlib), std::string has the size of 32 bytes = 256 bits. That's 64 bits for a const char* pointer, 64 bits to hold the size_t, 64 bits to hold the allocator instance, and another 64 bits that I don't know what they are good for.
Capacity? -- Olaf