mirror of
https://github.com/boostorg/regex.git
synced 2025-07-16 22:02:08 +02:00
Documentation update from Jon T. Pedant
[SVN r23847]
This commit is contained in:
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Reference in New Issue
Block a user