Documentation update from Jon T. Pedant

[SVN r23847]
This commit is contained in:
Douglas Gregor
2004-07-20 17:03:55 +00:00
parent 7043e5585f
commit 99f8d02805
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
<pre> <pre>
namespace boost{ namespace regex_constants{ namespace boost{ namespace regex_constants{
typedef <EM>implemenation-specific-bitmask-type</EM> match_flag_type; typedef <EM>implementation-specific-bitmask-type</EM> match_flag_type;
static const match_flag_type match_default = 0; static const match_flag_type match_default = 0;
static const match_flag_type match_not_bob; static const match_flag_type match_not_bob;

View File

@ -33,7 +33,7 @@
<pre> <pre>
namespace boost{ namespace regex_constants{ namespace boost{ namespace regex_constants{
typedef <EM>implemenation-specific-bitmask-type</EM> match_flag_type; typedef <EM>implementation-specific-bitmask-type</EM> match_flag_type;
static const match_flag_type match_default = 0; static const match_flag_type match_default = 0;
static const match_flag_type match_not_bob; static const match_flag_type match_not_bob;