[C++-sig] Re: map indexing suite
Ralf W. Grosse-Kunstleve
rwgk at yahoo.com
Wed May 12 04:03:29 CEST 2004
--- aashish at iastate.edu wrote:
> and I need to get this in C++ so I am using map_indexing_suite like this..
> class_< std::map<std::string,std::vector<double>> >("XMap")
> .def(map_indexing_suite<std::map<std::string,std::vector<double>> >());
What happens if you put a space in between the greater-than symbols?
I.e. replace ">>" by "> >" in the two places above.
Ralf
__________________________________
Do you Yahoo!?
Yahoo! Movies - Buy advance tickets for 'Shrek 2'
http://movies.yahoo.com/showtimes/movie?mid=1808405861
More information about the Cplusplus-sig
mailing list