From Jason Turner

[cpp17.lessthancomparable]

Diff to HTML by rtfpessoa

tmp/tmpw81apny6/{from.md → to.md} RENAMED
@@ -0,0 +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
+