[phobos] [D-Programming-Language/phobos] 6c289a: Fix unnecessary template bloat in enforce.

GitHub noreply at github.com
Sat Jul 21 20:55:56 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 6c289a89699426c86ddce8a22050c5d7a4057485
      https://github.com/D-Programming-Language/phobos/commit/6c289a89699426c86ddce8a22050c5d7a4057485
  Author: jmdavis <jmdavisProg at gmx.com>
  Date:   2012-07-21 (Sat, 21 Jul 2012)

  Changed paths:
    M std/exception.d

  Log Message:
  -----------
  Fix unnecessary template bloat in enforce.

The version of enforce which takes the file and line number as template
arguments has been scheduled for deprecation and has been replaced with
one which takes them as function arguments. The only code that this will
effect is code which explicitly passes the file or line number to
enforce.


  Commit: 304d94f50446ac46da645604bb15a58a0d67c684
      https://github.com/D-Programming-Language/phobos/commit/304d94f50446ac46da645604bb15a58a0d67c684
  Author: Jonathan M Davis <jmdavisProg at gmx.com>
  Date:   2012-07-21 (Sat, 21 Jul 2012)

  Changed paths:
    M std/exception.d

  Log Message:
  -----------
  Merge pull request #709 from jmdavis/enforce

Fix unnecessary template bloat in enforce.


Compare: https://github.com/D-Programming-Language/phobos/compare/17ba4bb5940d...304d94f50446


More information about the phobos mailing list