mirror of
https://github.com/boostorg/regex.git
synced 2025-07-01 06:40:57 +02:00
Fixed silly bug in example.
[SVN r33609]
This commit is contained in:
@ -86,8 +86,8 @@ int main(int argc, const char** argv)
|
||||
return 0;
|
||||
}
|
||||
|
||||
extern const char* pre_expression = "(<)|(>)|\\r";
|
||||
extern const char* pre_format = "(?1<)(?2>)";
|
||||
extern const char* pre_expression = "(<)|(>)|(&)|\\r";
|
||||
extern const char* pre_format = "(?1<)(?2>)(?3&)";
|
||||
|
||||
|
||||
const char* expression_text = // preprocessor directives: index 1
|
||||
|
Reference in New Issue
Block a user