[Issue 18247] core.stdc.math functions that never set errno should be pure

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jan 17 10:07:09 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=18247

--- Comment #1 from Nathan S. <n8sh.secondary at hotmail.com> ---
cos, sin, tan should be removed from list of pure functions. On some platforms
they set errno, on others not. See discussion at
https://github.com/dlang/druntime/pull/2045

--


More information about the Digitalmars-d-bugs mailing list