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 03:58:01


#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 steven_watanabe):

 The two iterators have different types. You're passing
 a std::string::const_iterator as the first argument to
 regex_search and a std::string::iterator as the second
 argument.

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