Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions spec/module.dd
Original file line number Diff line number Diff line change
Expand Up @@ -584,11 +584,6 @@ destructors. Violation of this rule will result in a runtime exception.)
$(OL
$(LI `abort` The default behavior. The normal behavior as described
in the previous section.)
$(LI `deprecate` This works just like `abort`, but upon cycle
detection the runtime will use a flawed pre-2.072 algorithm to
determine if the cycle was previously detected. If no cycles are
detected in the old algorithm, execution continues, but a
deprecation message is printed.)
$(LI `print` Print all cycles detected, but do not abort execution.
When cycles are present, the order of static construction is
implementation defined, and not guaranteed to be valid.)
Expand Down