Change regex to make use of new Boost.Config macros.

[SVN r62331]
This commit is contained in:
John Maddock
2010-05-30 17:24:45 +00:00
parent e3dfbd0953
commit 2e41f13526
3 changed files with 18 additions and 11 deletions

View File

@ -54,7 +54,7 @@ int main()
regfreeA(&re);
return result;
}
assert(matches[0].rm_so == matches[0].rm_eo == 1);
assert((matches[0].rm_so == matches[0].rm_eo) && (matches[0].rm_eo == 1));
regfreeA(&re);
printf("no errors found\n");
return 0;