NotNull pointers

Walter Bright newshound2 at digitalmars.com
Mon Aug 29 17:11:15 PDT 2011


On 8/29/2011 4:52 PM, bearophile wrote:
> alias NotNull!(Foo*) NFooP;
>
> void bar(NFooP foop) { // Error: variable test2.bar.foop initializer required for type NotNull!(Foo*)

Looks like you found a bug. I'll take care of it.


More information about the Digitalmars-d mailing list