On Tue, Sep 26, 2017 at 10:28:23PM +0200, Kamil Rytarowski wrote: > Can we just import as-is the FreeBSD version? It has support for pre-C11 > compilers. This has header to be supported in the clean C99 mode.
I see absolutely no reason for wanting to support tgmath.h in pre-C11 mode and a lot of very good reasons why it should *not* work. > I propose to add for the completeness C++ support in this header as > defined by the C++ standard. tgmath.h is strictly a C-only header. Again, I see no reason why this trainwreck should be supported by anything but the strict minimum requirements. Joerg