id summary reporter owner description type status milestone component version severity resolution keywords cc 2864 Compilation error if container definition is inside of linked class d_rider@… Ion Gaztañaga "Following code will fail to compile (at least under MSVC2005 SP1) {{{ #include using namespace boost::intrusive; struct Linked { list_member_hook<> _myhook; // list is defined inside of linked class list, &Linked::_myhook> > mylist; }; }}} If it's impossible to resolve this problem, I think that nuance have to be highlighted in documentation. Thanks in advance, Yuriy" Bugs closed Boost 1.39.0 intrusive Boost 1.38.0 Problem worksforme d_rider@…