24 Jan
2008
24 Jan
'08
6:26 p.m.
Ovanes Markarian wrote:
Many thanks that works fine! The singleton is really created on request.
<code>
This successfully creates a singleton but never calls the dtor of it.
It should work automatically. I have to look into it.
Should I always call explicitly destroy_singletons function?
Only if this function is exposed by (something that might be) a DLL and you are targeting platforms that need it. Regards, Tobias