Remove boost::hash_value() overloads.

This addresses https://ripplelabs.atlassian.net/browse/RIPD-102
This commit is contained in:
Howard Hinnant
2014-07-02 12:37:13 -04:00
committed by Nik Bougalis
parent 0c5c901222
commit f5eb22253d
8 changed files with 31 additions and 57 deletions

View File

@@ -164,14 +164,4 @@ std::ostream& operator<< (std::ostream &os, URL const& url)
return os;
}
//------------------------------------------------------------------------------
std::size_t hash_value (URL const& v)
{
return std::size_t (v.toString().hash());
}
}
// boost::hash support