From Jason Turner

[mem.res.monotonic.buffer]

Diff to HTML by rtfpessoa

tmp/tmpqnkwsd2l/{from.md → to.md} RENAMED
@@ -86,12 +86,12 @@ void release();
86
  *Effects:* Calls `upstream_rsrc->deallocate()` as necessary to release
87
  all allocated memory. Resets `current_buffer` and `next_buffer_size` to
88
  their initial values at construction.
89
 
90
  [*Note 1*: The memory is released back to `upstream_rsrc` even if some
91
- blocks that were allocated from `this` have not been deallocated from
92
- `this`. — *end note*]
93
 
94
  ``` cpp
95
  memory_resource* upstream_resource() const;
96
  ```
97
 
 
86
  *Effects:* Calls `upstream_rsrc->deallocate()` as necessary to release
87
  all allocated memory. Resets `current_buffer` and `next_buffer_size` to
88
  their initial values at construction.
89
 
90
  [*Note 1*: The memory is released back to `upstream_rsrc` even if some
91
+ blocks that were allocated from `*this` have not been deallocated from
92
+ `*this`. — *end note*]
93
 
94
  ``` cpp
95
  memory_resource* upstream_resource() const;
96
  ```
97