boost crowd.

Alexey Veselovsky alexey.veselovsky at gmail.com
Mon Nov 28 03:19:30 PST 2011


>> Also I can't
>> write method implementation in different (implementation) file
>> (without inheritance).
>
> ---------- .di file ------------
>
> module foo;
>
> int bar();
>
> ---------- .d file -------------
>
> module foo;
>
> int bar() { return 3; }

Method, not global function.

struct Foo {
    void foo();
}

I want write this in di. And in d i want write implementation.


More information about the Digitalmars-d mailing list