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
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
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