We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e18077 commit 3ee9a59Copy full SHA for 3ee9a59
1 file changed
include/geode/stochastic/configuration/configuration.hpp
@@ -54,28 +54,7 @@ namespace geode
54
}
55
};
56
} // namespace geode
57
-// Hash support for unordered_map
58
-namespace std
59
-{
60
- // template <>
61
- // struct hash< geode::uuid >
62
- //{
63
- // std::size_t operator()( geode::uuid const& g ) const noexcept
64
- // {
65
- // return std::hash< geode::index_t >()( g.unique_id );
66
- // }
67
- // };
68
69
70
- // struct hash< geode::ObjectId >
71
72
- // std::size_t operator()( geode::ObjectId const& id ) const noexcept
73
74
- // return ( std::hash< geode::index_t >()( id.group.value ) << 1 )
75
- // ^ std::hash< geode::index_t >()( id.object );
76
77
78
-} // namespace std
79
namespace geode
80
{
81
template < typename Object >
0 commit comments