id summary reporter owner description type status milestone component version severity resolution keywords cc 12014 boost::container::set can not insert const (ref) range Han Ion Gaztañaga " Let's say we have some simple code here. boost::container::set s; boost::container::set const sp; s.insert(boost::begin(sp), boost::end(sp)); This insert call will cause ""ambiguous call to overloaded function"". " Bugs closed To Be Determined container Boost 1.60.0 Problem fixed boost::container::set