Fix clang compile

This commit is contained in:
NATTSiM
2014-02-05 18:27:35 -08:00
committed by Vinnie Falco
parent eb5691e8fa
commit c2bc7e2c30
8 changed files with 1 additions and 152 deletions

View File

@@ -92,7 +92,6 @@ std::istream& operator>> (std::istream& is, AddressV6& addr);
//------------------------------------------------------------------------------
namespace std {
template <typename T> struct hash;
/** std::hash support. */
template <>
struct hash <beast::IP::AddressV6>