Hacker News new | ask | show | jobs
by realityczeque 2738 days ago
That's a good point. If you use a custom allocator with your vector then you can be sure of the alignment, although the compiler will pretend to be unaware of it. All that stuff I want for string goes for vector, too.