build docs completes OK

This commit is contained in:
Frank B. Brokken 2015-05-24 21:00:38 +02:00
parent 67a3b188a5
commit 44f1688c03
3 changed files with 8 additions and 4 deletions

View file

@ -1,5 +1,4 @@
* Fixed some errors in the coverage of the regular expression matching
classes.
* Rewrote the sections covering the regular expression matching classes.
* Removed superfluous 'return 0;' statements from main functions.
@ -10,7 +9,9 @@
* Several cosmetic improvements were made.
* Added some notes about C++17
-- Frank B. Brokken <f.b.brokken@rug.nl> Sun, 24 May 2015 20:52:34 +0200
C++-annotations (10.1.0)

View file

@ -48,7 +48,7 @@ The following overloaded variants of this function are available:
iterators in the tt(match_result) argument.)
)
The following example illustrates how tt(regex_search) could be used:
verbinclude(-ans examples/regexsearch.cc)
verbinclude(-ans4 examples/regexsearch.cc)

View file

@ -1,6 +1,9 @@
This section is modified when the first or second part of the version number
changes (and sometimes for the third part as well).
itemization(
it() Version 10.2.0 contains a rewrite of the stl's regular expression
classes, adds some notes about the upcoming C++17 standard, realizes
several cosmetic changes, and fixes some typos.
it() Version 10.1.0 adds several sections about C++11 regular expression
handling, supported since the C++11 standard, but which was overlooked
when 10.0.0 was published. Coverage of regular expression handling was