$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] boost::iostreams : equivalent of std::getline() in boost
From: vandamme (alain.mari2_at_[hidden])
Date: 2009-02-22 11:31:11
Hello !
I want to use boost to read a text file like this :
boost::iostreams::file_source file(filename.c_str());
But, when I want to get each single line with getline(), it doesn't compile
:
while (std::getline(file, line)) { ...} // COMPILATION ERROR
What's the equivalent in boost for std::getline() ?
Thks.
-- View this message in context: http://www.nabble.com/boost%3A%3Aiostreams-%3A-equivalent-of-std%3A%3Agetline%28%29-in-boost-tp22148618p22148618.html Sent from the Boost - Users mailing list archive at Nabble.com.