Opened 6 years ago
Closed 6 years ago
#12966 closed Bugs (duplicate)
bug of [[:xdigit:]] matching
Reported by: | Owned by: | ||
---|---|---|---|
Milestone: | To Be Determined | Component: | None |
Version: | Boost 1.63.0 | Severity: | Problem |
Keywords: | Cc: |
Description
boost::regex myRegex{ ":xdigit:{ 1,2 }" }; string s = "\xca\xd5";
cout << boost::regex_match(s,myRegex) << endl;
Note:
See TracTickets
for help on using tickets.