From Jason Turner

[iostream.dest]

Diff to HTML by rtfpessoa

tmp/tmpdew9bswb/{from.md → to.md} RENAMED
@@ -1,10 +1,8 @@
1
- ##### `basic_iostream` destructor <a id="iostream.dest">[[iostream.dest]]</a>
2
 
3
  ``` cpp
4
  virtual ~basic_iostream();
5
  ```
6
 
7
- *Effects:* Destroys an object of class `basic_iostream`.
8
-
9
  *Remarks:* Does not perform any operations on `rdbuf()`.
10
 
 
1
+ ##### Destructor <a id="iostream.dest">[[iostream.dest]]</a>
2
 
3
  ``` cpp
4
  virtual ~basic_iostream();
5
  ```
6
 
 
 
7
  *Remarks:* Does not perform any operations on `rdbuf()`.
8