mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 20:17:24 +02:00
Fix indentation issue, see https://github.com/boostorg/regex/pull/13
This commit is contained in:
@ -27,8 +27,8 @@ algorithm is defined as follows:
|
||||
class Allocator, class charT, class traits>
|
||||
bool regex_search(const basic_string<charT, ST, SA>& s,
|
||||
match_results<
|
||||
typename basic_string<charT, ST,SA>::const_iterator,
|
||||
Allocator>& m,
|
||||
typename basic_string<charT, ST,SA>::const_iterator,
|
||||
Allocator>& m,
|
||||
const basic_regex<charT, traits>& e,
|
||||
match_flag_type flags = match_default);
|
||||
|
||||
|
Reference in New Issue
Block a user