Subject: [Boost-bugs] [Boost C++ Libraries] #1385: begin must be boost-qualified
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-10-29 03:26:24
#1385: begin must be boost-qualified
---------------------------------------------------+------------------------
Reporter: Shunsuke Sogame <pstade.mb_at_[hidden]> | Owner: pavol_droba
Type: Bugs | Status: new
Milestone: Boost 1.35.0 | Component: string_algo
Version: Boost Development Trunk | Severity: Problem
Keywords: |
---------------------------------------------------+------------------------
Some unqualified calls of boost::begin/end are found.
For example, `return Finder(begin(lit_input),end(lit_input));`
Unqualified calls may look up a wrong "begin" in associated namespaces.
So, `boost::begin` should be used instead of unqualified `begin`.
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1385>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:56 UTC