mirror of https://github.com/mono/CppSharp.git
Browse Source
I do not know I'm first to encounter this, however, loop that removes module without translation units, could not have worked. In C# Enumerator prohibs editing the collection so you cannot remove modules from `options.Module` while iterating `options.Mobule`. Chose `RemoveAll` for its simplicity. Not necessary optimal solution although it might be.pull/1861/head
1 changed files with 5 additions and 5 deletions
Loading…
Reference in new issue