// // Copyright 2012-2019 Antony Polukhin. // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) #include #include int main() { BOOST_STATIC_ASSERT_MSG( boost::alignment_of::value == boost::alignment_of::value, "Alignments of boost::typeindex::detail::ctti_data and char differ. " "It is unsafe to reinterpret_cast between them." ); }