FC Updates from BitShares and myself #21
1 changed files with 0 additions and 13 deletions
|
|
@ -3,7 +3,6 @@
|
||||||
#include <fc/string.hpp>
|
#include <fc/string.hpp>
|
||||||
#include <fc/platform_independence.hpp>
|
#include <fc/platform_independence.hpp>
|
||||||
#include <fc/io/raw_fwd.hpp>
|
#include <fc/io/raw_fwd.hpp>
|
||||||
#include <boost/functional/hash.hpp>
|
|
||||||
|
|
||||||
namespace fc
|
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>
|
#include <fc/reflect/reflect.hpp>
|
||||||
FC_REFLECT_TYPENAME( fc::sha256 )
|
FC_REFLECT_TYPENAME( fc::sha256 )
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue