Boost C++ Libraries: Ticket #385: tools/bcp/bcp_imp.cpp (unknown identifier getline) https://svn.boost.org/trac10/ticket/385 <pre class="wiki">108: while (getline(in, line)) { produces a linker error. Should be: 108: while (std::getline(in, line)) { </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/385 Trac 1.4.3 vawjr Sat, 09 Apr 2005 05:32:19 GMT <link>https://svn.boost.org/trac10/ticket/385#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/385#comment:1</guid> <description> <pre class="wiki">Logged In: YES user_id=5962 In a conforming compiler while (getline(istream&amp;, std::string&amp;)) will compile due to Argument Dependent Lookup. you should _always_ put your compiler in a bug report. </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>John Maddock</dc:creator> <pubDate>Mon, 11 Apr 2005 09:37:30 GMT</pubDate> <title>status changed https://svn.boost.org/trac10/ticket/385#comment:2 https://svn.boost.org/trac10/ticket/385#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> <pre class="wiki">Logged In: YES user_id=14804 You're quite correct: it'll be fixed in cvs shortly. Thanks for the report. John Maddock. </pre> Ticket