id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 2019,Intrusive lists seem to return invalid references with member hooks in 64 bit mode on calling front/back,Nico Becherer ,Ion Gaztañaga,"In our application we use intrusive lists with classes that contain multiple member hooks for insertion in variuos lists. The member_hooks are defined without any template options as are the boost::intrusive lists that are used. Our code however, which runs great on 32 bit machines crashes on 64 bit windows vista (compiled by MSVC 2005) when calling front () or back () on an intrusive list. The problem seems to be caused by ... inline std::size_t offset_from_pointer_to_member(const Member Parent::* ptr_to_member) ... in parent_from_member.hpp, where the parameter ptr_to_member is unitialized in the upper 32bit fields. There is a static assertion at the top of the function (BOOST_STATIC_ASSERT(( sizeof(std::ptrdiff_t) == sizeof(ptr_to_member) ));) wich is disabled but throws an error in 64 bit if enabled. ",Bugs,closed,,intrusive,Boost 1.35.0,Showstopper,fixed,"crash, 64 bit,",