Merge pull request #13 from wackou/fix_macos_compile

Fix compilation on mac os with clang/libc++
This commit is contained in:
dnotestein 2014-02-22 16:29:22 -05:00
commit 63c6b2a02b

View file

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