forked from boostorg/regex
regex fixes: retry due to lost connection
[SVN r7968]
This commit is contained in:
@ -1534,13 +1534,13 @@ available, or may be available in a more limited form, depending
|
||||
upon your compilers capabilities]: </p>
|
||||
|
||||
<pre><b>template</b> <<b>class</b> Predicate, <b>class</b> charT, <b>class</b> Allocator, <b>class</b> traits>
|
||||
<b>bool</b> regex_grep(Predicate foo,
|
||||
<b>unsigned</b> <b>int</b> regex_grep(Predicate foo,
|
||||
<b>const</b> charT* str,
|
||||
<b>const</b> reg_expression<charT, traits, Allocator>& e,
|
||||
<b>unsigned</b> flags = match_default);
|
||||
|
||||
<b>template</b> <<b>class</b> Predicate, <b>class</b> ST, <b>class</b> SA, <b>class</b> Allocator, <b>class</b> charT, <b>class</b> traits>
|
||||
<b>bool</b> regex_grep(Predicate foo,
|
||||
<b>unsigned</b> <b>int</b> regex_grep(Predicate foo,
|
||||
<b>const</b> std::basic_string<charT, ST, SA>& s,
|
||||
<b>const</b> reg_expression<charT, traits, Allocator>& e,
|
||||
<b>unsigned</b> flags = match_default);</pre>
|
||||
|
Reference in New Issue
Block a user