From Jason Turner

[time.traits.is.clock]

Diff to HTML by rtfpessoa

tmp/tmpe2prtqic/{from.md → to.md} RENAMED
@@ -13,11 +13,11 @@ unspecified, except that as a minimum a type `T` shall not qualify as a
13
  *Cpp17Clock* unless it meets all of the following conditions:
14
 
15
  - the *qualified-id*s `T::rep`, `T::period`, `T::duration`, and
16
  `T::time_point` are valid and each denotes a type [[temp.deduct]],
17
  - the expression `T::is_steady` is well-formed when treated as an
18
- unevaluated operand,
19
  - the expression `T::now()` is well-formed when treated as an
20
  unevaluated operand.
21
 
22
  The behavior of a program that adds specializations for `is_clock` is
23
  undefined.
 
13
  *Cpp17Clock* unless it meets all of the following conditions:
14
 
15
  - the *qualified-id*s `T::rep`, `T::period`, `T::duration`, and
16
  `T::time_point` are valid and each denotes a type [[temp.deduct]],
17
  - the expression `T::is_steady` is well-formed when treated as an
18
+ unevaluated operand [[term.unevaluated.operand]],
19
  - the expression `T::now()` is well-formed when treated as an
20
  unevaluated operand.
21
 
22
  The behavior of a program that adds specializations for `is_clock` is
23
  undefined.