Hi,
Here is the smart pointer I want to use:
Loki::SmartPtr<T, Loki::COMRefCounted, Loki::DisallowConversion,
Loki::NoCheck, Loki::LockedStorage, Loki::PropagateConst>
My class 'T' has a embedded thread-safe reference counter.
My goal is to have a thread safe smart pointer.
However, while checking how Loki handles this, I noticed that the...
2009-06-09 17:09:29 UTC in Loki