[Boost-bugs] [Boost C++ Libraries] #4270: Hexadecimal range problem.

Subject: [Boost-bugs] [Boost C++ Libraries] #4270: Hexadecimal range problem.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-05-28 02:10:28


#4270: Hexadecimal range problem.
----------------------------------+-----------------------------------------
 Reporter: renhawking@… | Owner: johnmaddock
     Type: Bugs | Status: new
Milestone: Boost 1.44.0 | Component: regex
  Version: Boost 1.42.0 | Severity: Problem
 Keywords: |
----------------------------------+-----------------------------------------
 Sorry for my english.

 There is a problem with hexadecimal ranges, in perl it is posible to do
 this: \x5A[\x00-\xCC]{12}\x5A to match almost all hexadecimal numbers, but
 it's not possible to do it with booost regex.

 I get this runtime error when I try to run it:

 Character set declaration starting with [ terminated prematurely - either
 no ] was found or the set had no content. The error occured while parsing
 the regular expression: 'Z[>>>HERE>>>'.

 Thank you

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