Changes between Version 71 and Version 72 of LibrariesUnderConstruction
- Timestamp:
- Sep 18, 2009, 10:40:33 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LibrariesUnderConstruction
v71 v72 254 254 255 255 This means that multi-threaded programs written using Boost.Thread can now be run in a single thread. This is useful for debugging and testing purposes, where it is necessary to look at algorithmic correctness in isolation from correctness of synchronisation. 256 257 --------------------------------------------------------------------------------------------------- 258 == Boost.Containers == 259 * '''Author(s):''' Ion Gaztañaga 260 * '''Version:''' 261 * '''State:''' stable 262 * '''Last upload:''' 263 * '''Links:''' [https://svn.boost.org/svn/boost/sandbox/move Boost Sandbox] [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=boost.move.container.zip&directory=Containers& Download] [http://svn.boost.org/svn/boost/sandbox/move/libs/move/doc/html/index.html Documentation] 264 * '''Categories:''' [#Container Container] 265 * '''Description:''' Containers of Movable objects emulation using [#Boost.Move Boost.Move] 256 266 257 267 --------------------------------------------------------------------------------------------------- … … 1285 1295 == Containers == 1286 1296 * [#Boost.BloomFilters Boost.BloomFilters] 1287 * [#Boost.ConstantTimeSize Boost.ConstantTimeSize] 1297 * [#Boost.ConstantTimeSize Boost.ConstantTimeSize] 1298 * [#Boost.Containers Boost.Containers] 1288 1299 * [#DenseSet DenseSet] 1289 * [#Boost.InterThreads Boost.InterThreads]1290 1300 * [#Boost.ITL Boost.ITL] 1291 1301 * [#Boost.!LockFree Boost.LockFree]