From Jason Turner

[span.obs]

Diff to HTML by rtfpessoa

tmp/tmpprb0l3rm/{from.md → to.md} RENAMED
@@ -11,10 +11,10 @@ constexpr size_type size_bytes() const noexcept;
11
  ```
12
 
13
  *Effects:* Equivalent to: `return size() * sizeof(element_type);`
14
 
15
  ``` cpp
16
- [[nodiscard]] constexpr bool empty() const noexcept;
17
  ```
18
 
19
  *Effects:* Equivalent to: `return size() == 0;`
20
 
 
11
  ```
12
 
13
  *Effects:* Equivalent to: `return size() * sizeof(element_type);`
14
 
15
  ``` cpp
16
+ constexpr bool empty() const noexcept;
17
  ```
18
 
19
  *Effects:* Equivalent to: `return size() == 0;`
20