mirror of
https://github.com/boostorg/regex.git
synced 2026-04-29 10:13:20 +02:00
Documentation update from Jon T. Pedant
[SVN r23847]
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<pre>
|
||||
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_not_bob;
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
<pre>
|
||||
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_not_bob;
|
||||
|
||||
Reference in New Issue
Block a user