From Jason Turner

[syserr.errcondition.nonmembers]

Diff to HTML by rtfpessoa

tmp/tmphjmssuq7/{from.md → to.md} RENAMED
@@ -4,13 +4,5 @@
4
  error_condition make_error_condition(errc e) noexcept;
5
  ```
6
 
7
  *Returns:* `error_condition(static_cast<int>(e), generic_category())`.
8
 
9
- ``` cpp
10
- bool operator<(const error_condition& lhs, const error_condition& rhs) noexcept;
11
- ```
12
-
13
- *Returns:*
14
- `lhs.category() < rhs.category() || lhs.category() == rhs.category() &&`
15
- `lhs.value() < rhs.value()`.
16
-
 
4
  error_condition make_error_condition(errc e) noexcept;
5
  ```
6
 
7
  *Returns:* `error_condition(static_cast<int>(e), generic_category())`.
8