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

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