forked from boostorg/regex
Merged updated docs with some typo fixes, also adding missing makefile.
[SVN r49460]
This commit is contained in:
@ -190,7 +190,7 @@ syntax highlighted HTML code.
|
||||
}
|
||||
|
||||
extern const char* pre_expression = "(<)|(>)|(&)|\\r";
|
||||
extern const char* pre_format = "(?1<)(?2>)(?3&)";
|
||||
extern const char* pre_format = "(?1<)(?2>)(?3&)";
|
||||
|
||||
|
||||
const char* expression_text =
|
||||
|
Reference in New Issue
Block a user