内容简介: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]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Firefox 75.0 发布,地址栏更改
- TypeScript 3.4.2 发布,更改 TSServer
- Kotlin 1.4-M3 发布,标准库更改
- Neditor 2.1.1 发布:简化上传配置,更改相关注释
- KDE Frameworks 5.65 发布,进行了 200 多次更改
- TensorFlow 1.8.0发布,带来大量特性更改与 bug 修复
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
jQuery基础教程 (第4版)
[美] Jonathan Chaffer、[美] Karl Swedberg / 李松峰 / 人民邮电出版社 / 2013-10 / 59.00
本书由jQuery API网站维护者亲自撰写,第一版自2008上市以来,一版再版,累计重印14次,是国内首屈一指的jQuery经典著作! 作为最新升级版,本书涵盖jQuery 1.10.x和jQuery 2.0.x。本书前6章以通俗易懂的方式讲解了jQuery的核心组件,包括jQuery的选择符、事件、动画、DOM操作、Ajax支持等。第7章和第8章介绍了jQuery UI、jQuery M......一起来看看 《jQuery基础教程 (第4版)》 这本书的介绍吧!