From Jason Turner

[cpp17.lessthancomparable]

Diff to HTML by rtfpessoa

tmp/tmpkz_v_yih/{from.md → to.md} RENAMED
@@ -1,6 +1,6 @@
1
  **Table: Cpp17LessThanComparable requirements** <a id="cpp17.lessthancomparable">[cpp17.lessthancomparable]</a>
2
 
3
  | Expression | Return type | Requirement |
4
- | ---------- | --------------------- | ------------------------------------------------------ |
5
- | `a < b` | convertible to `bool` | `<` is a strict weak ordering relation [[alg.sorting]] |
6
 
 
1
  **Table: Cpp17LessThanComparable requirements** <a id="cpp17.lessthancomparable">[cpp17.lessthancomparable]</a>
2
 
3
  | Expression | Return type | Requirement |
4
+ | ---------- | ------------------------------------------- | ------------------------------------------------------ |
5
+ | `a < b` | `decltype(a < b)` models `boolean-testable` | `<` is a strict weak ordering relation [[alg.sorting]] |
6