On 9/29/13, monarch_dodra <monarchdo...@gmail.com> 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.

Reply via email to