Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 224 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 224 Bytes

README

This is an implementation of a lock-free atomic_shared_ptr class template as described in N4162 (http://isocpp.org/files/papers/N4162.pdf).

It is provided as a single header file released under the BSD license.