内容简介:可移植的 C++ 标准库 Boost 1.67.0 beta 1 版本发布,Boost 库是一个经过千锤百炼、可移植、提供源代码的 C++ 库,作为标准库的后备,是 C++ 标准化进程的发动机之一,由 C++ 标准委员会库工作组成员发起。 ...
可移植的 C++ 标准库 Boost 1.67.0 beta 1 版本发布,Boost 库是一个经过千锤百炼、可移植、提供源代码的 C++ 库,作为标准库的后备,是 C++ 标准化进程的发动机之一,由 C++ 标准委员会库工作组成员发起。
新增的库
Contract:Contract programming for C++. All contract programming features are supported: Subcontracting, class invariants, postconditions (with old and return values), preconditions, customizable actions on assertion failure (e.g., terminate or throw), optional compilation and checking of assertions, etc, from Lorenzo Caminiti.
HOF:Higher-order functions for C++, from Paul Fultz II.
更新的库
Asio:
Added
experimental::detached
completion token.Added
experimental::redirect_error
completion token.Added
experimental::co_spawn
facility for integration with the coroutines technical specification.Added missing const qualifier to
basic_socket_acceptor::get_option
.Worked around a parsing error that occurs with some versions of gcc.
Fixed broken code samples in tutorial.
Added new experimental features. (Note that "experimental" features may be changed without notice in subsequent releases.)
详情请查看更新日志。
下载地址:https://dl.bintray.com/boostorg/beta/1.67.0.beta.1/binaries/
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- 可移植的 C++ 标准库 Boost 1.67.0 发布
- Boost 1.76.0 发布,可移植的 C++ “后备”标准库
- Boost 1.70.0 发布,可移植的 C++ “后备”标准库
- 可移植的 C++ 标准库 Boost 发布 1.66.0,新增 HTTP 库
- 移植 Lua 到鸿蒙:首个移植成功的编程语言
- 移植luaCoco
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Rails Cookbook
奥西尼 / 江苏东南大学 / 2007-6 / 68.00元
Rails是业界领先的新一代Web 2.0应用程序开发框架,而这本《Rails Cookbook》里充满了为了让你成为Rails开发专家而准备的各种解决方案。讨论范围覆盖了从基本概念,如安装Rails及设置开发环境,到最新的各种技巧,如开发符合REST协议规范的Web服务等。 Rails可提供更轻量级的代码、更丰富的功能和更快捷的量身定制过程,由此带来了一场Web开发革命。《Rails Co......一起来看看 《Rails Cookbook》 这本书的介绍吧!