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 |