Boost 1.53.0 がリリース
Boost 1.53.0 がリリースされました。
1.53.0 では次のライブラリが新しく追加されます。
- Atomic:
- C++11-style atomic<>, from Helge Bahmann, maintained by Tim Blechmann.
- Coroutine:
- Coroutine library, from Oliver Kowalke.
- Lockfree:
- Lockfree data structures, from Tim Blechmann.
- Multiprecision:
- Extended precision arithmetic types for floating point, integer and rational arithmetic from John Maddock and Christopher Kormanyos.
- Odeint:
- Solving ordinary differential equations, from Karsten Ahnert and Mario Mulansky.
また、Boost.Thread に対してかなり変更が行われているので使用している方は確認しておいた方がいいと思います。
今回は追加されたライブラリが多いので後で目を通しておこう。
Boost.Coroutine とかはリリースでどういう感じになったのかな。