[dmd-internals] [D-Programming-Language/dmd] 572b28: fix Issue 7021 - Structs with disabled default con...
    GitHub 
    noreply at github.com
       
    Thu Oct 11 09:17:13 PDT 2012
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 572b28e157c534bcbe918e11f9a52c7c6aa1379e
      https://github.com/D-Programming-Language/dmd/commit/572b28e157c534bcbe918e11f9a52c7c6aa1379e
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-10-11 (Thu, 11 Oct 2012)
  Changed paths:
    M src/expression.c
    M test/runnable/structlit.d
  Log Message:
  -----------
  fix Issue 7021 - Structs with disabled default constructors can be constructed without calling a constructor.
  Commit: 3038cf1a60e07dfae3976aa7f0f2e0d17aef47d1
      https://github.com/D-Programming-Language/dmd/commit/3038cf1a60e07dfae3976aa7f0f2e0d17aef47d1
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2012-10-11 (Thu, 11 Oct 2012)
  Changed paths:
    M src/expression.c
    M test/runnable/structlit.d
  Log Message:
  -----------
  Merge pull request #1132 from 9rnsr/fix8703
Issue 7021 - Structs with disabled default constructors can be constructed without calling a constructor.
Compare: https://github.com/D-Programming-Language/dmd/compare/1b8070d25e8e...3038cf1a60e0
    
    
More information about the dmd-internals
mailing list