From Jason Turner

[optional.nullops]

Diff to HTML by rtfpessoa

tmp/tmp0x_xaq7h/{from.md → to.md} RENAMED
@@ -8,7 +8,7 @@ template<class T> constexpr bool operator==(const optional<T>& x, nullopt_t) noe
8
 
9
  ``` cpp
10
  template<class T> constexpr strong_ordering operator<=>(const optional<T>& x, nullopt_t) noexcept;
11
  ```
12
 
13
- *Returns:* `bool(x) <=> false`.
14
 
 
8
 
9
  ``` cpp
10
  template<class T> constexpr strong_ordering operator<=>(const optional<T>& x, nullopt_t) noexcept;
11
  ```
12
 
13
+ *Returns:* `x.has_value() <=> false`.
14