$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] Error to convert to boost::asio::streambuf to raw buffer char *buffer
From: hh h (jupiter.hce_at_[hidden])
Date: 2018-12-16 04:19:17
boost::asio::streambuf sb;
char *raw = sb;
error: cannot convert âboost::asio::streambuf {aka
boost::asio::basic_streambuf<>}â to âchar*â in initialization
I've checked the boost::asio::streambuf reference, but could not find
anything to fix it, appreciate any clues.