1 --- misc/boost_1_44_0/boost/smart_ptr/make_shared.hpp
2 +++ misc/build/boost_1_44_0/boost/smart_ptr/make_shared.hpp
7 +#if defined( __GNUC__ )
9 + // fixes incorrect aliasing warning
10 + T * p = reinterpret_cast< T* >( storage_.data_ );
15 reinterpret_cast< T* >( storage_.data_ )->~T();