Changes between Version 30 and Version 31 of SoC2013
- Timestamp:
- Apr 9, 2013, 7:12:12 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoC2013
v30 v31 209 209 === Boost.Thread/SyncQueue === 210 210 211 Provide a boost::sync_bounded_queue implementation base on the C++ Concurrent Queues proposal [1]. 211 Provide boost::sync_bounded/unbounded_queue implementations base on the C++ Concurrent Queues proposal [1]. 212 213 An adaptation of the Boost.LockFree queues to follow the same interface would be welcome. 212 214 213 215 [1] http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3533.html#Managed … … 272 274 === Boost.Exception/StackUnwinding === 273 275 274 Make a real Boost library the StackUnwinding library [1] from panaseleus make itready for review.276 Make a real Boost library the StackUnwinding library [1] from Evgeny Panasyuk ready for review. 275 277 276 278 [1] https://github.com/panaseleus/stack_unwinding#d-style-scope-guardsactions