This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: RFA: v3 PATCH to add on_quick_exit/quick_exit to std
> But the last time I checked, modern darwin defined
> _GLIBCXX_USE_C99_MATH_TR1, no problems.
AFAICT this is true, but I think darwin10 was released in 2011
so I doubt it has any support for c++11.
> Anyway, about the cstdlib issue the below makes available the new
> functions in c_std/cstdlib too, and I'm going to commit it, it's close
> to what Jason originally committed. ...
It works, thanks,
Dominique
PS any chance to use this machinery for other missing items:
hypot, erf, ..., i.e., the c++11 additions?