$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] filesystem and range::copy
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2010-06-04 14:06:01
AMDG
Olaf Peter wrote:
> does the boost filesystem support boost.range (or vice versa?) I've got
> a compile error by
>
> fs::ifstream in( ... );
> std::string storage;
> boost::copy( in, std::back_inserter( storage ) );
>
Use std::istreambuf_iterator.
In Christ,
Steven Watanabe