アトミックな参照カウンタ

C++11 atomics and intrusive shared pointer reference count
Boost.Atomic documentation, Reference Counting


C++11でstd::atomic型が入ったけど、アトミックな参照カウンタはどう書けばいいのか、という話とそのサンプルコード。
Boost.Atomicのドキュメントにもサンプルが載ってるようです。