boostorg / move

Boost.org move module
http://boost.org/libs/move
Boost Software License 1.0
19 stars 55 forks source link

Fix for BOOST_ALIGNMENT_OF being set to an "unknown" value. #6

Closed jzmaddock closed 9 years ago

jzmaddock commented 9 years ago

Leaving aside the wisdom of creating your own type_traits for a moment, if BOOST_ALIGNMENT_OF is set for a new compiler (for example the Solaris-12.4 compiler) then this code breaks. The patch at least makes sure it compiles.

igaztanaga commented 9 years ago

Thanks John. Looking forward to the dependency-free version. It is wise to rectify ;-)