William Sisson

Results 2 issues of William Sisson

Essentially, flex_vector can (always?) allocates objects at addresses that do not align with the type's alignment requirements. I uncovered this while using Eigen with `immer`, which causes some nasty segfaults...

# Issue description This is in relation to https://github.com/zeromq/libzmq/issues/2163, where libzmq will *not* support disconnecting a socket while receiving a multipart message. This goes pretty deep into the library, and...