mirror of
https://github.com/boostorg/regex.git
synced 2025-07-13 12:26:37 +02:00
reorganised regex config setup
[SVN r10064]
This commit is contained in:
@ -21,7 +21,7 @@ content="C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\html.dot">
|
||||
</td>
|
||||
<td valign="top" width="50%"><h2 align="center">Regex++,
|
||||
Template Class and Algorithm Reference.</h2>
|
||||
<p><i>(version 3.10, 18 April 2000)</i> </p>
|
||||
<p><i>(version 3.11, 18 April 2000)</i> </p>
|
||||
<pre><i>Copyright (c) 1998-9
|
||||
Dr John Maddock
|
||||
|
||||
@ -427,7 +427,7 @@ for a container of <i>charT</i>. </p>
|
||||
</i></font> <b> typedef</b> Allocator allocator_type;
|
||||
<b>typedef</b> Allocator alloc_type;
|
||||
<font color="#000080"> <i>// flag_type
|
||||
</i></font> <b>typedef</b> jm_uintfast32_t flag_type;
|
||||
</i></font> <b>typedef</b> boost::int_fast32_t flag_type;
|
||||
<b>public</b>:
|
||||
<font color="#000080"><em>// constructors</em></font>
|
||||
<strong>explicit</strong> reg_expression(<b>const</b> Allocator& a = Allocator());
|
||||
@ -550,7 +550,7 @@ member functions: <br>
|
||||
<td valign="top" width="45%"><font size="2"><b>template</b>
|
||||
<class ST, class SA> <br>
|
||||
reg_expression(<b>const</b> std::basic_string<charT,
|
||||
ST, SA>& p, jm_uintfast32_t f = regbase::normal, <b>const</b>
|
||||
ST, SA>& p, boost::int_fast32_t f = regbase::normal, <b>const</b>
|
||||
Allocator& a = Allocator());</font></td>
|
||||
<td valign="top" width="45%"><font size="2"> Constructs
|
||||
an instance of reg_expression from the expression denoted
|
||||
|
Reference in New Issue
Block a user