Hello,

I discovered boost.python not long ago and I really like how simple I can
wrap my code.

I stumbled upon the following struct and don't know how to wrap it. Help is
greatly appreciated.

struct someStruct
{
      union
      {
             float a;
             float b;
      };
}

Thank you very much,

Cheers,

Malte
_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
https://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to