Re: [Boost-bugs] [Boost C++ Libraries] #3428: Boost::regex brackets after \\??

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #3428: Boost::regex brackets after \\??
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-09-18 09:55:14


#3428: Boost::regex brackets after \\??
---------------------------------+------------------------------------------
  Reporter: NLegende@… | Owner: johnmaddock
      Type: Bugs | Status: closed
 Milestone: Boost 1.41.0 | Component: regex
   Version: Boost 1.39.0 | Severity: Problem
Resolution: invalid | Keywords:
---------------------------------+------------------------------------------
Changes (by johnmaddock):

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

Comment:

 This is an MSVC / std C++ issue, the character sequence ??( is treated as
 a trigraph by the compiler, so the string passed to Boost.Regex isn't the
 one you think you're passing :-(

 See http://msdn.microsoft.com/en-us/library/bt0y4awe.aspx

 HTH, John.

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