Skip to content

Commit 36ff9d1

Browse files
authored
Merge pull request #1719 from MartinNowak/comment_out_1658
revert/comment out #1658 for now
2 parents 3670e67 + 2d1846b commit 36ff9d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/struct.dd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ $(SECTION3 $(LEGACY_LNAME2 Struct-Constructor, struct-constructor, Struct Constr
348348
}
349349
------
350350

351+
$(COMMENT
351352
$(P Inside a constructor, the first occurrence (in lexical order) of assignments
352353
of the form $(CODE member = expression;) are handled differently than usual
353354
assignments. The first such assignment in lexical order is converted to a
@@ -437,6 +438,7 @@ $(P If an exception is thrown at any point from within a constructor,
437438
destructors are called for all members, in reverse lexical order of their
438439
declaration. Members that have not been explicitly initialized in the
439440
constructor will have their `.init` values upon destruction.)
441+
)
440442

441443
$(P A constructor qualifier allows the object to be constructed with
442444
that specific qualifier.

0 commit comments

Comments
 (0)