remove dupe hash
This commit is contained in:
parent
5b1f0d3ba8
commit
dd8394687d
1 changed files with 0 additions and 13 deletions
|
@ -76,17 +76,4 @@ std::size_t mapnik_hash_value(T const& val)
|
|||
|
||||
} // namespace mapnik
|
||||
|
||||
// support for std::unordered containers
|
||||
namespace std
|
||||
{
|
||||
template <>
|
||||
struct hash<mapnik::value>
|
||||
{
|
||||
size_t operator()(const mapnik::value& val) const
|
||||
{
|
||||
return mapnik::mapnik_hash_value(val);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
#endif // MAPNIK_VALUE_HASH_HPP
|
||||
|
|
Loading…
Add table
Reference in a new issue