"Value class instance" pattern?

Benjamin Thaut code at benjamin-thaut.de
Sat Jul 13 06:17:59 PDT 2013


Am 13.07.2013 15:17, schrieb Benjamin Thaut:
> m_foo = typeof(m_foo)();

Sorry this line should read:

m_foo = typeof(m_foo)(DefaultCtor());

there should really be some kind of edit option for the newsgroup.


More information about the Digitalmars-d mailing list