boost crowd.

Walter Bright newshound2 at digitalmars.com
Mon Nov 28 03:32:12 PST 2011


On 11/28/2011 3:19 AM, Alexey Veselovsky wrote:
> Also I can't
> write method implementation in different (implementation) file
> (without inheritance).

  ---------- .di file ------------

  module foo;

  struct Foo {
        void foo();
  }

  ---------- .d file -------------

  module foo;

  struct Foo {
        void foo() { ... code ... }
  }

---------------------------------


More information about the Digitalmars-d mailing list