Re: [C++-sig] path and tuple translators

2012-01-19 Thread Johan Råde
You can find converters for Boost.Fusion in the python_extensions package in the Boost sandbox; along with Fusion's adapters for boost::tuple (see the Fusion docs), that should give you what you need: https://svn.boost.org/svn/boost/sandbox/python_extensions/ > ... > Jim Hi Jim, I have te

Re: [C++-sig] path and tuple translators

2012-01-18 Thread Johan Råde
On 1/18/2012 4:59 PM, Jim Bosch wrote: On 01/18/2012 05:59 AM, Johan Råde wrote: Does Boost.Python have translators for boost::filesystem::path and boost::tuple? If not, are there any plans to add this functionality? There are none in Boost.Python proper currently. You can find converters fo

Re: [C++-sig] path and tuple translators

2012-01-18 Thread Jim Bosch
On 01/18/2012 05:59 AM, Johan Råde wrote: Does Boost.Python have translators for boost::filesystem::path and boost::tuple? If not, are there any plans to add this functionality? There are none in Boost.Python proper currently. You can find converters for Boost.Fusion in the python_extensions