Apr 25, 2025
Post comments count2
Post likes count0
If we can have std::atomic<std::shared_ptr>
, why not std::atomic<com_ptr>
?

Controlling the reference count.