
4 Jun
2010
4 Jun
'10
6:06 p.m.
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