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?
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 levelAny idea how to solve this?