andgineer / TRegExpr

Regular expressions (regex), pascal.
https://regex.sorokin.engineer/en/latest/
MIT License
174 stars 62 forks source link

[dcc32 Error] regexpr.pas(6234): E2441 Inline function declared in interface section must not use local symbol 'GroupDataArraySize' #334

Closed dkounal closed 10 months ago

dkounal commented 11 months ago

When compiled in Delphi 11.3 I think GroupDataArraySize should be inline too

Alexey-T commented 11 months ago

I made the fix (removed 'inline' mark for 3 funcs) , it is in the PR #333.

Alexey-T commented 11 months ago

PR is merged. If all ok, close the issue.