Subject: [Boost-bugs] [Boost C++ Libraries] #12965: bug of [[:xdigit:]] matching
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-04-13 09:33:56
#12965: bug of [[:xdigit:]] matching
----------------------------+------------------------------
Reporter: freeman_feng@⦠| Type: Bugs
Status: new | Milestone: To Be Determined
Component: None | Version: Boost 1.63.0
Severity: Problem | Keywords:
----------------------------+------------------------------
boost::regex myRegex{ "[[:xdigit:]]{ 1,2 }" };//
string s = "\xca\xd5";
cout << boost::regex_match(s,myRegex) << endl;
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/12965> 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-04-13 09:36:39 UTC