4 Dec
2019
4 Dec
'19
7:41 a.m.
Krystian Stasiowski wrote:
- Empty class specialization for N = 0: Implemented
I don't like this change. A special case for close to zero benefit that changes the semantics of data() to not be unique per instance. Storing the size (as capacity - size) in the last char for N < 256 will have more impact, but I'm not sure that it too is worth the added complexity.