$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] convert a boost::iostreams::filter_streambuf to a std::wofstream
From: Sean Farrow (sean.farrow_at_[hidden])
Date: 2012-03-19 15:14:27
Hi:
I'm trying to pass a boost::iostreams::filtering_streambuf to a boost::archive constructor.
I'm using visual studio 2010, and am getting c2664 telling me that this conversion carn't be performed. Is there anyway I can convert a boost::iostreams::filtering_streambuf.
Any help appreciated.
Cheers
Sean.