Re: [Boost-bugs] [Boost C++ Libraries] #3546: Regex: bizarre behaviour in basic_regex::do_assign with MSVC 2008

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #3546: Regex: bizarre behaviour in basic_regex::do_assign with MSVC 2008
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-10-23 12:50:58


#3546: Regex: bizarre behaviour in basic_regex::do_assign with MSVC 2008
--------------------------------------------------+-------------------------
  Reporter: Keith MacDonald <keith@…> | Owner: johnmaddock
      Type: Bugs | Status: closed
 Milestone: Boost 1.41.0 | Component: regex
   Version: Boost 1.40.0 | Severity: Showstopper
Resolution: worksforme | Keywords:
--------------------------------------------------+-------------------------
Changes (by johnmaddock):

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

Comment:

 I believe that what you are seeing in basic_regex.hpp is an illusion: the
 debugger does jump around all over the place (including to lines that
 aren't executed) when optimisations are turned on. In any case all the
 regression tests pass for me here with both vc8 and vc9 in release mode.
 More likely there is some other problem (uninitialised memory?) lurking
 somewhere in your program that only manifests itself when you call the
 regex code.

 Please do reopen though if you have a test case that I can look at here.

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