File tree Expand file tree Collapse file tree 1 file changed +36
-2
lines changed Expand file tree Collapse file tree 1 file changed +36
-2
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,8 @@ Currently, the <i>Constraints:</i> element in <sref ref="[time.clock.system.memb
16
16
`system_clock::rep` imposes a requirement for the implementation, without establishing any condition for user
17
17
code. Perhaps it's wrong to use a <i >Constraints:</i > element there.
18
18
</p >
19
- </discussion >
20
19
21
- <resolution >
20
+ <superseded >
22
21
<p >
23
22
This wording is relative to <paper num =" N5008" />.
24
23
</p >
@@ -41,6 +40,41 @@ using system_clock::rep = <i>unspecified</i>;
41
40
</blockquote >
42
41
</li >
43
42
43
+ </ol >
44
+ </superseded >
45
+
46
+ <note >2025-07-15; Reflector discussion</note >
47
+ <p >
48
+ The discussion revealed a preference to not insert the additional
49
+ "The implementation shall ensure that", because its not really needed,
50
+ since this is just a normal implementation requirement that falls out of
51
+ the specification.
52
+ </p >
53
+ </discussion >
54
+
55
+ <resolution >
56
+ <p >
57
+ This wording is relative to <paper num =" N5008" />.
58
+ </p >
59
+
60
+ <ol >
61
+
62
+ <li ><p >Modify <sref ref =" [time.clock.system.members]" /> as indicated:</p >
63
+
64
+ <blockquote >
65
+ <pre >
66
+ using system_clock::rep = <i >unspecified</i >;
67
+ </pre >
68
+ <blockquote >
69
+ <p >
70
+ -1- <del ><i >Constraints:</i ></del > <tt >system_clock::duration::min() < system_clock::duration::zero()</tt >
71
+ is <tt >true</tt >.
72
+ [<i >Note 1</i >: This implies that `rep` is a signed type. — <i >end note</i >]
73
+ </p >
74
+ </blockquote >
75
+ </blockquote >
76
+ </li >
77
+
44
78
</ol >
45
79
</resolution >
46
80
You can’t perform that action at this time.
0 commit comments