Add } to the list of special characters and regenerate docs.

[SVN r65410]
This commit is contained in:
John Maddock
2010-09-13 08:19:25 +00:00
parent f4d925ad3b
commit 6c24ae2718
33 changed files with 197 additions and 197 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:]