Skip to content

Commit

Permalink
another phobos init
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdruppe committed Jan 13, 2024
1 parent 33c8d10 commit 4c59152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phobos/std/typecons.d
Original file line number Diff line number Diff line change
Expand Up @@ -3246,7 +3246,7 @@ struct Nullable(T)
T payload = void;
}

private DontCallDestructorT _value = DontCallDestructorT.init;
@(imported!"core.attribute".mutableRefInit) private DontCallDestructorT _value = DontCallDestructorT.init;

private bool _isNull = true;

Expand Down

0 comments on commit 4c59152

Please sign in to comment.