[C++-sig] [Boost.Python] map_indexing_suite problem

Joel de Guzman djowel at gmail.com
Mon Nov 21 04:54:29 CET 2005


Jan Langer wrote:
> Hello,
> I ran into a problem with Boost.Python exporting a std::map. I used the
> following code below. I use Boost 1.33.0 and everything compiles fine.
> 

Have you tried setting NoProxy template parameter to true?

    class_ <map_t, true> ("test_map")

Regards,
-- 
Joel de Guzman
http://www.boost-consulting.com
http://spirit.sf.net



More information about the Cplusplus-sig mailing list