$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2005-02-28 19:17:44
Brian Braatz wrote:
> In working with the code below, I just moved it to VC70. The iostreams
> docs point me to not officially supporting vc71, but they do say some
> of the support has been left in.
This part of the documentation is out of date, since I have only recently added
VC7.0 support. The whole library should now work on that platform -- see
http://www.meta-comm.com/engineering/boost-regression/developer/iostreams.html.
However, to take advantage of this you have to switch to the version in main
CVS, rather than the version at kangaroologic.
Jonathan