42
42
#include <boost/algorithm/string/predicate.hpp>
43
44
#include <boost/functional/hash.hpp>
44
45
#include <boost/shared_ptr.hpp>
59
57
struct insensitive_equal_to : std::binary_function<std::string, std::string, bool>
61
59
bool operator()(std::string const& x, std::string const& y) const