On 11/7/2013 8:55 AM, Jerry wrote:
What about something like the following?

double x;
double y;
with (strictprecision) {
   y = x;
}

That has immediate problems with things like function calls that might or might not be inlined.

Reply via email to