Opened 10 years ago
Closed 10 years ago
#7958 closed Bugs (fixed)
doc: improper rendering of characters classes
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | regex |
Version: | Boost 1.52.0 | Severity: | Cosmetic |
Keywords: | doc | Cc: |
Description
I have not checked all the pages, but at least for Perl syntax, one can read
For example =[abc]=, will match any of the characters 'a', 'b', or 'c'.
with, visibly, `=' not being interpreted as expected. There is the same issue a couple of line below.
http://www.boost.org/doc/libs/1_52_0/libs/regex/doc/html/boost_regex/syntax/perl_syntax.html
Cheers.
Note:
See TracTickets
for help on using tickets.
(In [82672]) Fix quickbook markup. Fixes #7958.