in reply to Re^3: [XS] How to detect the TEMP flag
in thread [XS] How to detect the TEMP flag

You could bless a

struct mpfr_wrapper_t { mpfr_t* mpfr; BOOL free_on_destroy; };

instead.

Replies are listed 'Best First'.
Re^5: [XS] How to detect the TEMP flag
by syphilis (Archbishop) on Nov 20, 2008 at 22:53 UTC
    Yes - that sounds do-able. It involves making more changes than I wanted, but it's a better idea than anything I could come up with.

    Thanks ikegami.

    Cheers,
    Rob