Fix Clang compile and link errors

This commit is contained in:
NATTSiM
2014-01-14 08:38:59 -08:00
committed by Vinnie Falco
parent dda419ddd6
commit bd0f4b95ae
3 changed files with 2 additions and 17 deletions

View File

@@ -26,16 +26,6 @@
#include "../CStdInt.h"
namespace std {
template <typename T>
struct hash;
//template <>
//struct hash <beast::IPAddress>;
}
//------------------------------------------------------------------------------
namespace beast {
@@ -400,9 +390,6 @@ inline bool IPAddress::EqualWithoutPort::operator() (
namespace std {
template <typename T>
struct hash;
template <>
struct hash <beast::IPAddress>
{