[move] move's is_convertible does not compile with aligned data
The implementation of move's is_convertible-type has the same problems on MSVC 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 -- View this message in context: http://boost.2283326.n4.nabble.com/move-move-s-is-convertible-does-not-compi... Sent from the Boost - Dev mailing list archive at Nabble.com.
El 08/04/2013 17:42, Tobias Loew escribió:
The implementation of move's is_convertible-type has the same problems on MSVC 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
Can you fill a ticket with this issue? Thanks, Ion
Created bug report #8420 Tobias -- View this message in context: http://boost.2283326.n4.nabble.com/move-move-s-is-convertible-does-not-compi... Sent from the Boost - Dev mailing list archive at Nabble.com.
participants (2)
-
Ion Gaztañaga
-
Tobias Loew