Build fix

This commit is contained in:
Shauren
2016-03-13 00:22:53 +01:00
parent 5a6db6e84d
commit e32bb4de9c

View File

@@ -627,15 +627,4 @@ inline void ByteBuffer::read_skip<std::string>()
read_skip<char*>();
}
namespace boost
{
namespace asio
{
inline const_buffers_1 buffer(ByteBuffer const& packet)
{
return buffer(packet.contents(), packet.size());
}
}
}
#endif