Changes between Version 97 and Version 98 of LibrariesUnderConstruction


Ignore:
Timestamp:
Dec 9, 2009, 11:03:04 PM (13 years ago)
Author:
viboes
Comment:

Added Stack corruption bug patch

Legend:

Unmodified
Added
Removed
Modified
  • LibrariesUnderConstruction

    v97 v98  
    367367 * '''Version:'''
    368368 * '''State:'''
    369  * '''Last upload:'''2008 Mars 05
    370  * '''Links:''' [http://svn.boost.org/svn/boost/sandbox/SOC/2006/corutines Boost Sandbox] [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=boost-coroutine.tar.gz&directory=Concurrent%20Programming& Boost Vault]
     369 * '''Last upload:'''2009 December 01
     370 * '''Links:''' [http://svn.boost.org/svn/boost/sandbox/SOC/2006/corutines Boost Sandbox] [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=boost-coroutine.tar.gz&directory=Concurrent%20Programming& Boost Vault][http://old.nabble.com/-coroutines--Stack-corruption-bug-tt26600433.html#a26600433 Download Stack corruption bug patch]
    371371 * '''Categories:''' [#ConcurrentProgramming Concurrent Programming]
    372372 * '''Description:''' The Boost.Coroutine library contains a family of class templates that wrap function objects in coroutines. Coroutines are a generalization of subroutines that can return and be reentered more than once without causing the destruction of automatic objects.