Testing some singleton implementations

Andrej Mitrovic andrej.mitrovich at gmail.com
Fri Jan 31 03:42:21 PST 2014


On 1/31/14, Dejan Lekic <dejan.lekic at gmail.com> wrote:
> SingletonSimple is a winner

Well yeah, but that's not really the only thing what a singleton is
about. It's also about being able to initialize the singleton at an
arbitrary time, rather than in a module constructor before main() is
called.


More information about the Digitalmars-d mailing list