Merge fixes from Trunk - mainly warning suppression.

[SVN r65720]
This commit is contained in:
John Maddock
2010-10-02 11:34:33 +00:00
parent 09c9e93572
commit cfedb49110
132 changed files with 4159 additions and 3739 deletions

View File

@ -25,7 +25,7 @@ Boost.Regex by passing the flag `extended` to the regex constructor, for example
In POSIX-Extended regular expressions, all characters match themselves except for
the following special characters:
[pre .\[{()\\\*+?|^$]
[pre .\[{}()\\\*+?|^$]
[h4 Wildcard:]