[phobos] [D-Programming-Language/phobos] 29cafe: Made most of the overloads for enforce @safe.
noreply at github.com
noreply at github.com
Thu Jun 9 06:41:31 PDT 2011
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 29cafe3d221449fdf3a8c7a6351f04b449c72f5c
https://github.com/D-Programming-Language/phobos/commit/29cafe3d221449fdf3a8c7a6351f04b449c72f5c
Author: jmdavis <jmdavisProg at gmx.com>
Date: 2011-06-09 (Thu, 09 Jun 2011)
Changed paths:
M std/exception.d
Log Message:
-----------
Made most of the overloads for enforce @safe.
The delegate version isn't @safe, but that would require conditional
attributes and/or multiple overloads where the delegate is @safe,
@trusted, or @system. I'm not quite sure what it would take, so I'm
leaving it alone for now.
Commit: 30509b8809c36c7f408a4e71586b56f3e070a2c7
https://github.com/D-Programming-Language/phobos/commit/30509b8809c36c7f408a4e71586b56f3e070a2c7
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2011-06-09 (Thu, 09 Jun 2011)
Changed paths:
M std/exception.d
Log Message:
-----------
Merge pull request #89 from jmdavis/enforce
Made most of the overloads for enforce @safe.
Compare: https://github.com/D-Programming-Language/phobos/compare/ba11490...30509b8
More information about the phobos
mailing list