| commit | 74d6d9d3d6400d1672f48b4acf5bc7d1260ad96d | [log] [tgz] |
|---|---|---|
| author | Laeeth Isharc <laeeth@kaleidic.io> | Mon Aug 05 13:23:29 2019 +0100 |
| committer | Jim King <jking@apache.org> | Sun Aug 11 07:54:36 2019 -0400 |
| tree | c569b53e5073ddfd770d90b75ca91a54e56e6b3e | |
| parent | 3e95c533be4489ff2cb82118e886ed93225d30fc [diff] |
Initialisation of immutable data in static constructors has been deprecated. They now need to be initialised in shared static constructors. This change brings the generator for D up to date with the latest version of the compiler, but it should continue to work with older versions.