设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

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

2016-12-31 19:04| 发布者: joejoe0332| 查看: 928| 评论: 0|原作者: oschina|来自: oschina

摘要: Boost 1.63.0 发布了,Boost 库是一个经过千锤百炼、可移植、提供源代码的 C++ 库,作为标准库的后备,是 C++ 标准化进程的发动机之一,由 C++ 标准委员会库工作组成员发起。部分更新内容:Atomic:Added the static ...

Boost 1.63.0 发布了,Boost 库是一个经过千锤百炼、可移植、提供源代码的 C++ 库,作为标准库的后备,是 C++ 标准化进程的发动机之一,由 C++ 标准委员会库工作组成员发起。

部分更新内容:

Atomic:

  • Added the static constant atomic<T>::is_always_lock_free for conformance with C++17. The constant indicates that the given specialization always provides lock-free implementation of atomic operations.

  • Improved support of Oracle Studio on x86 targets.

Container: Fixed bugs:

  • "flat_map fails to compile if included after type_traits is instantiated under gcc".

  • "Null reference in pair.hpp triggers runtime warning with -fsanitize=undefined".

  • Fix parameter types in copy_move_algo.hpp: iterator_traits::difference_type -> allocator_traits::size_type.

  • Avoid -Wunreachable-code in do_allocate().

Context:

  • #11687 Xcode (Apple clang) and thread_local

  • #12114 context does not preserve fpu context on ios arm64 devices (fixed for other architecturs too)

  • #12411 fpu registers not preserved with O2 optimizations in Visual Studio (fixed for other architecturs too)

  • #12551 building boost on arm64 causes error: unknown directive

  • reduced signatur for ontop-functions

  • unit-test for private fcontext-API

  • performance-test for ucontext and fcontext fixed

……

完整内容请查看发行日志

下载地址:

unix

windows


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部