July 08, 2012 [phobos] [D-Programming-Language/phobos] 3e2a07: std.math.exp() should be @trusted because it can f... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 3e2a071f795867bd227c761b64d231b3e5fb3c5d https://github.com/D-Programming-Language/phobos/commit/3e2a071f795867bd227c761b64d231b3e5fb3c5d Author: alexrp <alex@lycus.org> Date: 2012-07-07 (Sat, 07 Jul 2012) Changed paths: M std/math.d Log Message: ----------- std.math.exp() should be @trusted because it can fall back to core.stdc.math.exp(). Commit: 03927df87203d56c48c77a1f8493156419dc44ba https://github.com/D-Programming-Language/phobos/commit/03927df87203d56c48c77a1f8493156419dc44ba Author: Don Clugston <dclugston@googlemail.com> Date: 2012-07-08 (Sun, 08 Jul 2012) Changed paths: M std/math.d Log Message: ----------- Merge pull request #667 from alexrp/std-math-exp std.math.exp() should be @trusted because it can fall back to core.stdc.math.exp(). Compare: https://github.com/D-Programming-Language/phobos/compare/4ce5d04376cb...03927df87203 |
Copyright © 1999-2021 by the D Language Foundation