forked from boostorg/regex
Add missing function bodies for sub_match::begin/end and enhance tests.
This commit is contained in:
@ -154,4 +154,11 @@ int main()
|
||||
return 0;
|
||||
}
|
||||
|
||||
#else
|
||||
|
||||
int main()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user