Warning suppression.

This commit is contained in:
jzmaddock
2020-12-16 14:50:15 +00:00
parent 72d06f0786
commit 95950392f8
3 changed files with 19 additions and 6 deletions

View File

@ -67,6 +67,7 @@ public:
subs.push_back(submatches[i]);
}
}
regex_token_iterator_implementation(const regex_token_iterator_implementation& other) = default;
bool init(BidirectionalIterator first)
{
N = 0;