Fix compilation on mac os with clang/libc++

This commit is contained in:
Nicolas Wack 2014-02-22 19:27:53 +01:00
parent b203bfdab5
commit 30ee9868e6

View file

@ -83,8 +83,6 @@ class sha256
} // fc
namespace std
{
template<typename T> struct hash;
template<>
struct hash<fc::sha256>
{