google-code-export / bwapi-mono-bridge

Automatically exported from code.google.com/p/bwapi-mono-bridge
0 stars 0 forks source link

No Iterator for Sets #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The c++ sets have been wrapped by swig but contain no iterator

Original issue reported on code.google.com by dpershouse@gmail.com on 18 Dec 2009 at 1:08

GoogleCodeExporter commented 9 years ago
Fixed
Set -> ICollection
List -> ICollection
map -> IDictionary
vector -> IList

Original comment by dpershouse@gmail.com on 18 Dec 2009 at 11:13