Re: [Boost-bugs] [Boost C++ Libraries] #6886: Bugs in boost/regex/icu.hpp

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6886: Bugs in boost/regex/icu.hpp
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-05-10 11:36:21


#6886: Bugs in boost/regex/icu.hpp
----------------------------------------------------+-----------------------
  Reporter: Martin Baute <solar@…> | Owner: johnmaddock
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: regex
   Version: Boost 1.49.0 | Severity: Problem
Resolution: | Keywords:
----------------------------------------------------+-----------------------

Comment (by Martin Baute <solar@…>):

 Whoops, formatting... the patch:

 {{{
 314c314
 < typedef std::vector<UCHAR32> vector_type;
 ---
> typedef std::vector<UChar32> vector_type;
 318,319c318,319
 < v.push_back((UCHAR32)(*i));
 < ++a;
 ---
> v.push_back((UChar32)(*i));
> ++i;
 }}}

 We (my employer) have been using this patch for the last three or four
 years, so you could say it's tested. ;-)

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