Opened 15 years ago

Closed 14 years ago

#1385 closed Bugs (fixed)

begin must be boost-qualified

Reported by: Shunsuke Sogame <pstade.mb@…> Owned by: Pavol Droba
Milestone: Boost 1.36.0 Component: string_algo
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

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.

Change History (1)

comment:1 by Pavol Droba, 14 years ago

Resolution: fixed
Status: newclosed

Fixed, thanks.

Note: See TracTickets for help on using tickets.