You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this on several platforms and all work great, but now I need it on iOS as well and something like glob::glob("*.png") fails with The complexity of an attempted match against a regular expression exceeded a pre-set level
Any idea how to solve this?
The text was updated successfully, but these errors were encountered:
I'm using this on several platforms and all work great, but now I need it on iOS as well and something like
glob::glob("*.png")
fails withThe complexity of an attempted match against a regular expression exceeded a pre-set level
Any idea how to solve this?
The text was updated successfully, but these errors were encountered: