Boost C++ Libraries: Ticket #1385: begin must be boost-qualified https://svn.boost.org/trac10/ticket/1385 <p> Some unqualified calls of boost::begin/end are found. For example, <code>return Finder(begin(lit_input),end(lit_input));</code> </p> <p> Unqualified calls may look up a wrong "begin" in associated namespaces. So, <code>boost::begin</code> should be used instead of unqualified <code>begin</code>. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1385 Trac 1.4.3 Pavol Droba Tue, 17 Jun 2008 21:04:09 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1385#comment:1 https://svn.boost.org/trac10/ticket/1385#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Fixed, thanks. </p> Ticket