From Jason Turner

[ispanstream.members]

Diff to HTML by rtfpessoa

tmp/tmp26b5k36h/{from.md → to.md} RENAMED
@@ -32,8 +32,8 @@ is `true`.
32
 
33
  *Effects:* Let `sp` be `std::span<const charT>(std::forward<ROS>(s))`.
34
  Equivalent to:
35
 
36
  ``` cpp
37
- this->span(std::span<charT>(const_cast<charT*>(sp.data()), sp.size()))
38
  ```
39
 
 
32
 
33
  *Effects:* Let `sp` be `std::span<const charT>(std::forward<ROS>(s))`.
34
  Equivalent to:
35
 
36
  ``` cpp
37
+ this->span(std::span<charT>(const_cast<charT*>(sp.data()), sp.size()));
38
  ```
39