Re: [C++-sig] [c++-sig] Making a Python tuple from a Boost.Fusion sequence

2009-03-11 Thread Bruno Lalande
> By the way, is there a simple way to iterate through a fusion sequence or > transformation of it with a python iterator? Do you mean making it an indexing suite, like Boost.Python does for vectors and maps? I guess it would be possible by using the indexing_suite base class (never did that befor

[C++-sig] [c++-sig] Making a Python tuple from a Boost.Fusion sequence

2009-02-27 Thread Bruno Lalande
Hello, The topic below was opened in the Boost development mailing list, where it's been pointed out to me that it fits better here. You can also read the thread archive: http://thread.gmane.org/gmane.comp.lib.boost.devel/186573 Regards Bruno -- Forwarded message -- Hello, I