Re: [Boost-bugs] [Boost C++ Libraries] #3163: Regex use - compile error

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #3163: Regex use - compile error
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-06-10 08:05:09


#3163: Regex use - compile error
----------------------------------+-----------------------------------------
  Reporter: scippio_at_[hidden] | Owner: johnmaddock
      Type: Bugs | Status: new
 Milestone: Boost 1.40.0 | Component: regex
   Version: Boost 1.39.0 | Severity: Problem
Resolution: | Keywords: regex,compile
----------------------------------+-----------------------------------------

Comment(by scippio_at_[hidden]):

 I try both iterators std::string::const_iterator and
 std::string::iterator and compile errors is still there.

 try this:

 {{{
 std::string::const_iterator begin;
 begin = decoded.begin();
 std::string::const_iterator end;
 end = decoded.end();
 }}}
 or this:

 {{{
 std::string::iterator begin;
 begin = decoded.begin();
 std::string::iterator end;
 end = decoded.end();
 }}}

 errors are same..

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/3163#comment:2>
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:50:00 UTC