Changes between Version 126 and Version 127 of LibrariesUnderConstruction
- Timestamp:
- Oct 19, 2010, 3:41:14 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LibrariesUnderConstruction
v126 v127 147 147 148 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. 149 150 --------------------------------------------------------------------------------------------------- 151 == Boost.!AutoFunction== 152 * '''Author(s):''' Matt Calabrese 153 * '''Version:''' 0.0.0 154 * '''State:''' On going 155 * '''Last upload:''' 2010 October 10 156 * '''Links:''' [http://www.chaoticmind.net/~hcb/projects/boost.atomic/ Web page] 157 * '''Categories:''' [#Utilities Utilities] 158 * '''Description:''' "auto function" macro that uses trailing return type 159 syntax with decltype with 1-liner functions that automatically repeats the 160 same expression in both the return type and the return statement. 149 161 150 162 --------------------------------------------------------------------------------------------------- … … 1858 1870 --------------------------------------------------------------------------------------------------- 1859 1871 == Utilities == 1872 * [#Boost.AutoFunction Boost.!AutoFunction] 1860 1873 * [#Boost.Cloneable Boost.Cloneable] 1861 1874 * [#Boost.ClonePtr Boost.!ClonePtr]