VFLib - RefCountedSingleton misses decReferenceCountWithoutDeleting

 

RefCountedSingleton does not implement decReferenceCountWithoutDeleting()

( see juce commit https://github.com/julianstorer/JUCE/commit/954312b23caa7797438ea30fba9c0cadd3e90a7c )

 

Can you do it vinnie ?

Hmm...I dont think so.

I changed how SharedObject works, in the Beast repository. It no longer uses the ContainerDeletePolicy. Instead, it uses a virtual function. This provides much more flexibility. You should have a look at the new SharedPtr, SharedObject, and SharedSingleton.