[Issue 4542] [tdpl] TDPL NVI example results in linker error

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Sep 8 19:21:51 PDT 2011


http://d.puremagic.com/issues/show_bug.cgi?id=4542



--- Comment #8 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2011-09-08 19:21:38 PDT ---
Well in any case, unless you interleave your private and public functions, you
can use a shortcut:

class Foo
{
    final:

    private void x() {}
    private void y() {}
}

Has to be done for every class though, so maybe that's too much work..

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list