From Jason Turner

[syncstream.syncbuf.cons]

Diff to HTML by rtfpessoa

tmp/tmp2ishqwj4/{from.md → to.md} RENAMED
@@ -2,11 +2,11 @@
2
 
3
  ``` cpp
4
  basic_syncbuf(streambuf_type* obuf, const Allocator& allocator);
5
  ```
6
 
7
- *Effects:* Sets `wrapped` to `obuf`.
8
 
9
  *Ensures:* `get_wrapped() == obuf` and `get_allocator() == allocator`
10
  are `true`.
11
 
12
  *Throws:* Nothing unless an exception is thrown by the construction of a
 
2
 
3
  ``` cpp
4
  basic_syncbuf(streambuf_type* obuf, const Allocator& allocator);
5
  ```
6
 
7
+ *Effects:* Sets *wrapped* to `obuf`.
8
 
9
  *Ensures:* `get_wrapped() == obuf` and `get_allocator() == allocator`
10
  are `true`.
11
 
12
  *Throws:* Nothing unless an exception is thrown by the construction of a