id summary reporter owner description type status milestone component version severity resolution keywords cc 5229 not a constant reference to a const object (boost::lamda::bind) anonymous No-Maintainer "can't create {{{ std::string& }}} from {{{ const std::string& }}} example: {{{ struct A { std::string name; }; std::vector v = ... std::string to_find = ... iterator_t found = find_if(v.cbegin(), v.cend(), to_find == bind(&A::name, _1)); }}} v.cbegin(), v.cend() - const_iterator's " Bugs closed To Be Determined lambda Boost 1.45.0 Problem fixed