
13 Feb
2014
13 Feb
'14
9:28 a.m.
We should actually define BOOST_NO_CXX11_STD_ALIGN for Dinkumware version 540. Though it provides std::align in <memory> it is a non-conforming implementation; i.e. it adjusts the pointer correctly but it does not return the correct address. Dinkumware version 610 has it implemented correctly.
I merged your pull-request - many thanks for checking that, John.