"bearophile" <bearophileh...@lycos.com> wrote in message news:hp8jra$1ln...@digitalmars.com... > > If you don't want that doplication you can also write: > enum auto f = Foo(); >
Can't you do: enum f = Foo(); ?
"bearophile" <bearophileh...@lycos.com> wrote in message news:hp8jra$1ln...@digitalmars.com... > > If you don't want that doplication you can also write: > enum auto f = Foo(); >
Can't you do: enum f = Foo(); ?