lockfree: add new wrapper to dispatch between boost::atomic and std::atomic
commit23c0c7d480ba509a1ce35b97b21b9d554d08fd3f
authorTim Blechmann <tim@klingt.org>
Wed, 27 Apr 2011 09:59:56 +0000 (27 11:59 +0200)
committerTim Blechmann <tim@klingt.org>
Wed, 27 Apr 2011 09:59:56 +0000 (27 11:59 +0200)
tree84a9f908cdf8fd06de9915a8926485c921dd4904
parent5492580408719ccda3f7427a3e4281e58f141ac5
lockfree: add new wrapper to dispatch between boost::atomic and std::atomic

Signed-off-by: Tim Blechmann <tim@klingt.org>
boost/lockfree/detail/atomic.hpp [new file with mode: 0644]
boost/lockfree/detail/freelist.hpp
boost/lockfree/fifo.hpp
boost/lockfree/ringbuffer.hpp
boost/lockfree/stack.hpp
libs/lockfree/test/fifo_test.cpp
libs/lockfree/test/freelist_test.cpp
libs/lockfree/test/stack_test.cpp
libs/lockfree/test/test_helpers.hpp