$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Boost ASIO - Client Request TCP Help..!!
From: Cliff Green (cliffg_at_[hidden])
Date: 2013-10-11 13:40:08
As the compiler is telling you, you can't create a buffer object with just a
PacketFormat pointer, you need a pointer and size.
Cliff