[D-runtime] [D-Programming-Language/druntime] 5c53bf: Use min_normal instead of deprecated min property.

GitHub noreply at github.com
Mon Nov 26 06:15:31 PST 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 5c53bfd0146798d126f72adfbb1f39b7297f420a
      https://github.com/D-Programming-Language/druntime/commit/5c53bfd0146798d126f72adfbb1f39b7297f420a
  Author: kai <kai at redstar.de>
  Date:   2012-11-26 (Mon, 26 Nov 2012)

  Changed paths:
    M src/core/stdc/float_.d

  Log Message:
  -----------
  Use min_normal instead of deprecated min property.

This fixes the warning "min property is deprecated, use min_normal instead". Otherwise it is not possible to compile druntime with -w switch.


  Commit: a266ef0b39d8a3e303fac12249cd7e6fe86af95f
      https://github.com/D-Programming-Language/druntime/commit/a266ef0b39d8a3e303fac12249cd7e6fe86af95f
  Author: Alex Rønne Petersen <alex at lycus.org>
  Date:   2012-11-26 (Mon, 26 Nov 2012)

  Changed paths:
    M src/core/stdc/float_.d

  Log Message:
  -----------
  Merge pull request #358 from redstar/floatwarning

Use min_normal instead of deprecated min property.


Compare: https://github.com/D-Programming-Language/druntime/compare/fad574574f82...a266ef0b39d8


More information about the D-runtime mailing list