operator overloading warnings on some platforms. The operator does not appear
to be required.
/*
- * $Id: HttpRequestMethod.h,v 1.4 2007/03/03 18:25:05 hno Exp $
+ * $Id: HttpRequestMethod.h,v 1.5 2007/11/13 23:09:23 rousskov Exp $
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
};
-inline bool operator != (HttpRequestMethod const &left, method_t const &right) { return right != left; }
-
inline std::ostream &
operator << (std::ostream &os, HttpRequestMethod const &method)
{