I was wondering if anyone has come across a system like QSharedDataPointer and QSharedData for implicit sharing, which is appropriate for use with the pimpl idiom, in an alternative library to Qt?
I have been trying to avoid adding extra dependencies to my system if that's possible and am simply wondering what my options might be.