Skip to content

Commit 3ee9a59

Browse files
remove comments
1 parent 2e18077 commit 3ee9a59

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

include/geode/stochastic/configuration/configuration.hpp

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -54,28 +54,7 @@ namespace geode
5454
}
5555
};
5656
} // 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-
// };
6857

69-
// template <>
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
7958
namespace geode
8059
{
8160
template < typename Object >

0 commit comments

Comments
 (0)