[phobos] [D-Programming-Language/phobos] 815c8e: Merge enforceEx with enforce
GitHub via phobos
phobos at puremagic.com
Thu Jul 10 15:44:15 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 815c8e327e4356c7b7ea2f8fb88dba33a3f02897
https://github.com/D-Programming-Language/phobos/commit/815c8e327e4356c7b7ea2f8fb88dba33a3f02897
Author: Dicebot <public at dicebot.lv>
Date: 2014-06-30 (Mon, 30 Jun 2014)
Changed paths:
M std/exception.d
Log Message:
-----------
Merge enforceEx with enforce
Makes it possible to call `enforce!MyException` instead of `enforceEx!MyException`, eliminating
redundant notation. Old enforceEx is not deprecated but removed from documentation examples.
Commit: 41421afc3e4fe3ee09987da0299b441f47b62f6e
https://github.com/D-Programming-Language/phobos/commit/41421afc3e4fe3ee09987da0299b441f47b62f6e
Author: David Nadlinger <code at klickverbot.at>
Date: 2014-07-11 (Fri, 11 Jul 2014)
Changed paths:
M std/exception.d
Log Message:
-----------
Merge pull request #2288 from Dicebot/enforce-unify
Merge enforceEx with enforce
Compare: https://github.com/D-Programming-Language/phobos/compare/dc97d14b3ce4...41421afc3e4f
More information about the phobos
mailing list