内容简介:DMD 2.078.0 已经发布,D 是具有类 C 语法和静态类型的系统编程语言。 它将效率,控制和建模能力与安全性和程序员生产力相结合。 更新内容: 编译器更改: opDispatch resolution in with statements Generate...
DMD 2.078.0 已经发布,D 是具有类 C 语法和静态类型的系统编程语言。 它将效率,控制和建模能力与安全性和 程序员 生产力相结合。
更新内容:
编译器更改:
opDispatch resolution in with statements
Generate header files using do instead of body as per DIP1003
pragma(crt_constructor) and pragma(crt_destructor) were added
Subtraction of pointers that point to different types has been deprecated.
Variadic template arguments no longer require alias workaround
fix Issue 16997 - Integral promotion rules not being followed for unary + - ~ operators
Optional ModuleInfo
Added RAII and try-finally support for -betterC mode.
Windows: dmd can now detect Visual Studio installation paths
运行时更改:
core.runtime now allows more fine-grained control over unittests.
The runtime learned a few new options to customize how coverage reports are created.
库更改:
mean Was Added To std.algorithm
findSkip can now skip elements using just a predicate function
std.array.byPair now returns a NamedTuple
std.container.dlist supports linearRemoveElement
std.container.slist supports linearRemoveElement
Deprecate save for std.range.package.Transposed
std.typecons.Ternary.opBinary supports bool bitwise operands
完整内容请查看发行说明。
下载地址:http://downloads.dlang.org/releases/2.x/2.078.0
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Spring
Bruce Tate、Justin Gehtland / O'Reilly Media, Inc. / 2005-04-12 / USD 29.95
Since development first began on Spring in 2003, there's been a constant buzz about it in Java development publications and corporate IT departments. The reason is clear: Spring is a lightweight Java......一起来看看 《Spring》 这本书的介绍吧!