id summary reporter owner description type status milestone component version severity resolution keywords cc 10771 remove_if is broken for slist Georgy Ion Gaztañaga "the following smaple produce a compilation error in msvs 2013 upd 3 {{{ #!cpp #include void foo() { boost::container::slist bar; bar.remove_if([](const int& p) { return p == 0; }); } }}} error C2247: 'boost::intrusive::detail::key_nodeptr_comp,normal_link,boost::intrusive::default_tag,2>>::operator ()' not accessible because 'boost::intrusive::detail::key_nodeptr_comp,normal_link,boost::intrusive::default_tag,2>>' uses 'private' to inherit from 'boost::intrusive::detail::ebo_functor_holder'" Bugs closed To Be Determined container Boost 1.57.0 Problem fixed gkorolev@…