Updates from BitShares FC #22
1 changed files with 0 additions and 13 deletions
|
|
@ -3,7 +3,6 @@
|
|||
#include <fc/string.hpp>
|
||||
#include <fc/platform_independence.hpp>
|
||||
#include <fc/io/raw_fwd.hpp>
|
||||
#include <boost/functional/hash.hpp>
|
||||
|
||||
namespace fc
|
||||
{
|
||||
|
|
@ -134,17 +133,5 @@ namespace std
|
|||
};
|
||||
}
|
||||
|
||||
namespace boost
|
||||
{
|
||||
template<>
|
||||
struct hash<fc::sha256>
|
||||
{
|
||||
size_t operator()( const fc::sha256& s )const
|
||||
{
|
||||
return s._hash[3];// *((size_t*)&s);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
#include <fc/reflect/reflect.hpp>
|
||||
FC_REFLECT_TYPENAME( fc::sha256 )
|
||||
|
|
|
|||
Loading…
Reference in a new issue