Opened 10 years ago

Closed 9 years ago

#8420 closed Bugs (fixed)

[move] move's is_convertible does not compile with aligned data

Reported by: Tobias Loew Owned by: Ion Gaztañaga
Milestone: To Be Determined Component: move
Version: Boost 1.53.0 Severity: Problem
Keywords: Cc:

Description

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 #5271 https://svn.boost.org/trac/boost/ticket/5271

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

regards

Tobias

Change History (1)

comment:1 by Ion Gaztañaga, 9 years ago

Resolution: fixed
Status: newclosed

Added intrinsic when MSVC is newer than Visual 2005.

SHA-1: 51c9e874a8337a57d7268cb9105cffb385ce420e

  • Fixes #8420 and some clang errors.
Note: See TracTickets for help on using tickets.