See [Response] object.
To be able to do this we need to create cython definitions for the C++
STL::multimap object. In cython library only STL::map is available, see
Cython/Includes/libcpp/map.pxd. Need to create similar file called
multimap.pxd, only some of the stuff is needed: begin(), end(), iterator,
insert.
Original issue reported on code.google.com by czarek.t...@gmail.com on 24 Sep 2012 at 10:29
Original issue reported on code.google.com by
czarek.t...@gmail.com
on 24 Sep 2012 at 10:29