lockfree: add static const member is_lockfree to stack and fifo classes
commit4b684556ad8ed9f69c407c633be49eae06b9dbbd
authorTim Blechmann <tim@klingt.org>
Fri, 21 Aug 2009 10:41:17 +0000 (21 12:41 +0200)
committerTim Blechmann <tim@klingt.org>
Fri, 21 Aug 2009 19:34:45 +0000 (21 21:34 +0200)
treeb69de4ed536d1207b79e8ca87af6ba6f168d6da5
parent728778737891fb323e8da878eb7551882a1b9858
lockfree: add static const member is_lockfree to stack and fifo classes

Signed-off-by: Tim Blechmann <tim@klingt.org>
boost/lockfree/detail/cas.hpp
boost/lockfree/detail/tagged_ptr_dcas.hpp
boost/lockfree/detail/tagged_ptr_ptrcompression.hpp
boost/lockfree/fifo.hpp
boost/lockfree/stack.hpp
libs/lockfree/examples/fifo.cpp
libs/lockfree/examples/stack.cpp
libs/lockfree/test/cas_test.cpp