当前位置

网站首页> 程序设计 > 程序资讯 > 软件更新资讯 > 浏览文章

Boost 1.56.0 发布,可移植的 C++ 标准库

作者:小梦 来源: 网络 时间: 2024-03-19 阅读:

程序员必上的开发者服务平台 —— DevStore

Boost库是一个经过千锤百炼、可移植、提供源代码的C++库,作为标准库的后备,是C++标准化进程的发动机之一。 Boost库由C++标准委员会库工作组成员发起,在C++社区中影响甚大,其成员已近2000人。 Boost库为我们带来了最新、最酷、最实用的技术,是不折不扣的“准”标准库。

Boost 1.56.0 发布,此版本包括一个新的库和大量的改进和 bug 修复。

=== 新模块 ===

  • Assert: Customizable assert macros. Maintained by Peter Dimov.

  • Core:  Core utilities used by other libraries, with minimal dependencies. Maintained by Peter Dimov, Glen Fernandes and Andrey Semashev.

  • Lexical_Cast: General literal text conversions, such as an int represented a string, or vice-versa, from Kevlin Henney.

  • Throw_Exception: A common infrastructure for throwing exceptions from Boost libraries, from Emil Dotchevski.

  • Winapi: Windows API declarations without <windows.h>, for internal Boost use.

===新库===

  • Align: Memory alignment functions, allocators, and adaptors, from Glen Fernandes.

  • Type_Index: Runtime/Compile time copyable type info, from Antony Polukhin.

更多更新信息和下载请前往:http://www.boost.org/users/news/version_1.56.0

SourceForge 下载:http://sourceforge.net/projects/boost/files/boost/1.56.0/

安装最新版本: http://www.boost.org/doc/libs/release/more/getting_started/index.html


热点阅读

网友最爱