LockFreeIndexStack is a simple lock free stack class which manages a sequence of 32 bits unsigned integers. This can be used as the building block of a stack of generic objects. It is based on C++11, ...