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 2870c7f457
commit 25ff77c2fd
24 changed files with 110 additions and 56 deletions

View File

@@ -55,7 +55,7 @@ namespace websocketpp {
typedef boost::asio::buffers_iterator<boost::asio::streambuf::const_buffers_type> bufIterator;
static std::pair<bufIterator, bool> match_header(boost::shared_ptr<std::string> string,
static inline std::pair<bufIterator, bool> match_header(boost::shared_ptr<std::string> string,
bufIterator nBegin, bufIterator nEnd)
{
if (nBegin == nEnd)