New new() - The C++17's Alignment Parameter for Operator new()

1 · Bartłomiej Filipek · Aug. 19, 2019, 5:18 a.m.
Last week’s article about smaller C++17 features mentioned updated operator new() that handles non-standard alignment of objects. How does it work? Can you use it to ask for arbitrary alignments? Let’s try some code and have a closer look. Read more......