$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jean-Sebastien Stoezel (js.stoezel_at_[hidden])
Date: 2008-08-06 10:27:05
Hello,
Is it possible to directly read into a string using boost::asio::read?
Or do I have to first read into an array of char, then assign it to
the string?
Thanks!
Jean