Changes between Version 30 and Version 31 of SoC2013


Ignore:
Timestamp:
Apr 9, 2013, 7:12:12 PM (10 years ago)
Author:
viboes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoC2013

    v30 v31  
    209209=== Boost.Thread/SyncQueue ===
    210210
    211 Provide a boost::sync_bounded_queue implementation base on the C++ Concurrent Queues proposal [1].
     211Provide boost::sync_bounded/unbounded_queue implementations base on the C++ Concurrent Queues proposal [1].
     212
     213An adaptation of the Boost.LockFree queues to follow the same interface would be welcome.
    212214
    213215[1] http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3533.html#Managed
     
    272274=== Boost.Exception/StackUnwinding ===
    273275
    274 Make a real Boost library the StackUnwinding library [1] from panaseleus make it ready for review.
     276Make a real Boost library the StackUnwinding library [1] from Evgeny Panasyuk ready for review.
    275277
    276278[1] https://github.com/panaseleus/stack_unwinding#d-style-scope-guardsactions