From: Paul F. Kunz (paul_kunz_at_[hidden])
Date: 2001-11-16 11:54:32


   I've started using boost/python (great product) and have run into
one problem that I can't find help for in the documentation. How to
I interface to a member function of a class whose signature is...

   addColumn ( const std::string & label, std::vector< double > & );

Its the second argument that has me stuck.