Added support for "format_first_only" new format flag

[SVN r10119]
This commit is contained in:
John Maddock
2001-05-17 11:55:55 +00:00
parent f466b2ad2a
commit 04b11fdd1c
7 changed files with 421 additions and 373 deletions

View File

@ -82,6 +82,7 @@ flag_info flag_data[] = {
{ BOOST_RE_STR("format_sed"), 10, format_sed, 3 },
{ BOOST_RE_STR("format_perl"), 11, format_perl, 3 },
{ BOOST_RE_STR("format_no_copy"), 14, format_no_copy, 3 },
{ BOOST_RE_STR("format_first_only"), 17, format_first_only, 3 },
{ BOOST_RE_STR("REG_NO_POSIX_TEST"), 17, REG_NO_POSIX_TEST, 4 },
{ BOOST_RE_STR("REG_UNICODE_ONLY"), 16, REG_UNICODE_ONLY, 4 },