Try again with CI.

Suppress some warnings.
This commit is contained in:
jzmaddock
2024-03-19 17:14:25 +00:00
parent 2609fccb23
commit 1e0938cca6
4 changed files with 29 additions and 13 deletions

View File

@ -35,6 +35,7 @@ class u32regex_iterator_implementation
public:
u32regex_iterator_implementation(const regex_type* p, BidirectionalIterator last, match_flag_type f)
: base(), end(last), re(*p), flags(f){}
u32regex_iterator_implementation(const u32regex_iterator_implementation&) = default;
bool init(BidirectionalIterator first)
{
base = first;