Re: [Boost-bugs] [Boost C++ Libraries] #4641: regex_match return true but match_results contain empty entries

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #4641: regex_match return true but match_results contain empty entries
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-09-10 11:57:17


#4641: regex_match return true but match_results contain empty entries
------------------------------------+---------------------------------------
  Reporter: jannich@… | Owner: johnmaddock
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: regex
   Version: Boost 1.44.0 | Severity: Showstopper
Resolution: worksforme | Keywords:
------------------------------------+---------------------------------------
Changes (by anonymous):

  * status: new => closed
  * resolution: => worksforme

Comment:

 Works for me - Ubuntu 8.0 and gcc-4.4.1

 Only thing I can think of is that you have multiple Boost versions
 installed on that machine, and you got a mismatch between headers and
 libraries.

 To test this try something like:

 g++ -I path-to-boost-tree main.cpp path-to-boost-tree/libs/regex/src/*.cpp
 ./a.out

 HTH, John.

 PS please reopen if you can verify this is genuine issue that I can
 reproduce here.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4641#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:04 UTC