11 #include <IMP/base/base_config.h>
12 #include <boost/version.hpp>
14 #include <boost/unordered_set.hpp>
17 IMPBASE_DEPRECATED_HEADER(2.2,
18 "Use boost::unordered_set directly or"
19 " base/set_map_macros.h.");
21 IMPBASE_BEGIN_NAMESPACE
29 class set :
public boost::unordered_set<Key> {
30 typedef boost::unordered_set<Key> P;