Boost C++ Libraries: Ticket #8420: [move] move's is_convertible does not compile with aligned data https://svn.boost.org/trac10/ticket/8420 <p> The implementation of move's is_convertible-type has the same problems on MSVC 9 (VS 2008) with aligned types as reported for type_trait's is_convertibale in Ticket <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/5271" title="#5271: Bugs: is_convertible with 16-byte aligned types causes errors on MSVC (closed: fixed)">#5271</a> <a class="ext-link" href="https://svn.boost.org/trac/boost/ticket/5271"><span class="icon">​</span>https://svn.boost.org/trac/boost/ticket/5271</a> </p> <p> As type_trait's implementation has been fixed, a simple solution would be letting the user (and not the code in move.hpp:41) [not] define BOOST_MOVE_AVOID_BOOST_DEPENDENCIES </p> <p> regards </p> <p> Tobias </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8420 Trac 1.4.3 Ion Gaztañaga Mon, 24 Feb 2014 07:32:10 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/8420#comment:1 https://svn.boost.org/trac10/ticket/8420#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Added intrinsic when MSVC is newer than Visual 2005. </p> <p> SHA-1: 51c9e874a8337a57d7268cb9105cffb385ce420e </p> <ul><li>Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8420" title="#8420: Bugs: [move] move's is_convertible does not compile with aligned data (closed: fixed)">#8420</a> and some clang errors. </li></ul> Ticket