id summary reporter owner description type status milestone component version severity resolution keywords cc 11992 Add an overload of insert_check taking a key_type fdegros@… Ion Gaztañaga "The different flavors of intrusive set don't seem to have an `insert_check` method that takes a `key_type` directly and uses the container's key comparator and/or hasher. It would be convenient to add this method: {{{#!c++ std::pair insert_check(const key_type&, insert_commit_data&); }}} That would also be consistent with the way the methods `find`, `lower_bound`, `upper_bound`, `equal_range` and `erase` work." Feature Requests closed To Be Determined intrusive Boost 1.60.0 Problem fixed