[D-runtime] [D-Programming-Language/druntime] 7343a2: Add const attribute more strictly

GitHub noreply at github.com
Tue Jul 10 11:17:41 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 7343a22c866c511c92a08d912e2e40787d36957d
      https://github.com/D-Programming-Language/druntime/commit/7343a22c866c511c92a08d912e2e40787d36957d
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-07-10 (Tue, 10 Jul 2012)

  Changed paths:
    M import/object.di
    M src/object_.d
    M src/rt/typeinfo/ti_AC.d
    M src/rt/typeinfo/ti_Acdouble.d
    M src/rt/typeinfo/ti_Acfloat.d
    M src/rt/typeinfo/ti_Acreal.d
    M src/rt/typeinfo/ti_Adouble.d
    M src/rt/typeinfo/ti_Afloat.d
    M src/rt/typeinfo/ti_Ag.d
    M src/rt/typeinfo/ti_Aint.d
    M src/rt/typeinfo/ti_Along.d
    M src/rt/typeinfo/ti_Areal.d
    M src/rt/typeinfo/ti_Ashort.d

  Log Message:
  -----------
  Add const attribute more strictly


  Commit: de8d474d6c506d27e6dfb133fa062d2f1179d970
      https://github.com/D-Programming-Language/druntime/commit/de8d474d6c506d27e6dfb133fa062d2f1179d970
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2012-07-10 (Tue, 10 Jul 2012)

  Changed paths:
    M import/object.di
    M src/object_.d
    M src/rt/typeinfo/ti_AC.d
    M src/rt/typeinfo/ti_Acdouble.d
    M src/rt/typeinfo/ti_Acfloat.d
    M src/rt/typeinfo/ti_Acreal.d
    M src/rt/typeinfo/ti_Adouble.d
    M src/rt/typeinfo/ti_Afloat.d
    M src/rt/typeinfo/ti_Ag.d
    M src/rt/typeinfo/ti_Aint.d
    M src/rt/typeinfo/ti_Along.d
    M src/rt/typeinfo/ti_Areal.d
    M src/rt/typeinfo/ti_Ashort.d

  Log Message:
  -----------
  Merge pull request #272 from 9rnsr/strict_const

Add const attribute more strictly


Compare: https://github.com/D-Programming-Language/druntime/compare/6fc9ccbf7efa...de8d474d6c50


More information about the D-runtime mailing list