| | 138 | --------------------------------------------------------------------------------------------------- |
| | 139 | == Boost.Atomic == |
| | 140 | * '''Author(s):''' Helge Bahmann |
| | 141 | * '''Version:''' |
| | 142 | * '''State:''' On going |
| | 143 | * '''Last upload:''' 2009 November 29 |
| | 144 | * '''Links:''' [http://www.chaoticmind.net/~hcb/projects/boost.atomic/ Web page] |
| | 145 | * '''Categories:''' [#ConcurrentProgramming Concurrent Programming] |
| | 146 | * '''Description:''' Implementing C++0x atomics for boost |
| | 147 | |
| | 148 | The purpose of this library is to provide an implementation of atomic operations for boost, based on the interface specified by the C++0x draft standard. It aims to make transitioning to std::atomic easy, as well as providing a means to make code using this C++0x feature compilable on older systems. |