Fix -Wshadow gcc warnings.

Update and regenerate docs.
Fixes #3718.

[SVN r58154]
This commit is contained in:
John Maddock
2009-12-05 12:15:20 +00:00
parent a83329dd28
commit 35c63fc141
89 changed files with 453 additions and 430 deletions

View File

@ -8,16 +8,26 @@
[section:history History]
New issues should be submitted at [@http:svn.boost.org svn.boost.org] - don't forget to include your
email address in the ticket!
Currently open issues can be viewed [@https://svn.boost.org/trac/boost/query?status=assigned&status=new&status=reopened&component=regex&order=priority&col=id&col=summary&col=status&col=type&col=milestone&col=component here].
All issues including closed ones can be viewed [@https://svn.boost.org/trac/boost/query?status=assigned&status=closed&status=new&status=reopened&component=regex&order=priority&col=id&col=summary&col=status&col=type&col=milestone&col=component here].
[h4 Boost 1.42]
* Added support for Functors rather than strings as format expressions.
* Improved error reporting when throwing exceptions to include better more relevant information.
* Fixed tickets
[@https://svn.boost.org/trac/boost/ticket/2802 #2802],
[@https://svn.boost.org/trac/boost/ticket/2802 #3425],
[@https://svn.boost.org/trac/boost/ticket/2802 #3507],
[@https://svn.boost.org/trac/boost/ticket/2802 #3631],
[@https://svn.boost.org/trac/boost/ticket/2802 #3632]
[@https://svn.boost.org/trac/boost/ticket/3425 #3425],
[@https://svn.boost.org/trac/boost/ticket/3507 #3507],
[@https://svn.boost.org/trac/boost/ticket/3546 #3546],
[@https://svn.boost.org/trac/boost/ticket/3631 #3631],
[@https://svn.boost.org/trac/boost/ticket/3632 #3632],
[@https://svn.boost.org/trac/boost/ticket/3715 #3715],
[@https://svn.boost.org/trac/boost/ticket/3718 #3718]
[h4 Boost 1.40]