This can help to D23829.
I have a std::vector of Regex and use ArrayRefs to pass it.
The fact of match() is not const forces me to use const_cast for
removing it. Also there is no way to call match() on
Regex const reference, at the same time the only thing match()
can change is error field and method name and job it do does not sounds
like something not-const.
Details
Details
Diff Detail
Diff Detail