On 9/29/13, monarch_dodra <[email protected]> wrote: > Remember though that when emplacing a class over some memory, you > must account for any extra alignment (though that doesn't seem to > be a problem here).
emplace does do a check for misalignment this internally with the testEmplaceChunk helper function. It would throw otherwise.
