File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 553
553
requirement applies recursively)\footnote {\ref {dcl.fct.default }
554
554
describes how default argument names are looked up.}; and
555
555
556
- \item if \tcode {D} is a function that
557
- contains an assertion,
558
- has a postcondition ,
559
- or invokes a function with a precondition,
560
- the conditions under which each definition of \tcode {D}
556
+ \item if \tcode {D} invokes a function with a precondition,
557
+ or is a function
558
+ that contains an assertion or has a contract condition \iref { dcl.attr.contract } ,
559
+ it is \impldef {consistency of build level and violation continuation mode}
560
+ under which conditions all definitions of \tcode {D}
561
561
shall be translated using the same build level
562
- and violation continuation mode\iref {dcl.attr.contract }
563
- are \impldef {consistency of build level and violation continuation mode}; and
562
+ and violation continuation mode; and
564
563
565
564
\item if \tcode {D} is a class with an implicitly-declared
566
565
constructor\iref {class.ctor }, it is as if the constructor was
You can’t perform that action at this time.
0 commit comments