Hellooooooooooo !!
> Multiversioning is, at least for now, a C++ feature. You can link C and C++
> code together, but you need to put extern "C" {} in the right places. But
> then the extern "C" function can't be multiversioning, so you need another
> layer of indirection for C code. In any case, post what you have...Hmmmmm... But didn't Cython support C++ now ? Or was it just classes ? It is compiled with g++ anyway ! Here is my current code (it touches bitsets a bit and recompiles a lot of things, sorry 'bout that), which is funny in its own way : I am being accused of defining some things twice, and that's because Cython links the final files with two copies of the (apprently identical) .so files >_< Nathann -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/groups/opt_out.
a.patch
Description: Binary data
