Changes between Version 126 and Version 127 of LibrariesUnderConstruction


Ignore:
Timestamp:
Oct 19, 2010, 3:41:14 PM (12 years ago)
Author:
viboes
Comment:

Added AutoFunction

Legend:

Unmodified
Added
Removed
Modified
  • LibrariesUnderConstruction

    v126 v127  
    147147
    148148The 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
     159syntax with decltype with 1-liner functions that automatically repeats the
     160same expression in both the return type and the return statement.
    149161
    150162---------------------------------------------------------------------------------------------------
     
    18581870---------------------------------------------------------------------------------------------------
    18591871== Utilities ==
     1872 * [#Boost.AutoFunction Boost.!AutoFunction]
    18601873 * [#Boost.Cloneable Boost.Cloneable]
    18611874 * [#Boost.ClonePtr Boost.!ClonePtr]