From Jason Turner

[ios::iostate]

Diff to HTML by rtfpessoa

tmp/tmpiiy2d6a4/{from.md → to.md} RENAMED
@@ -1,9 +1,9 @@
1
  ##### Type `ios_base::iostate` <a id="ios::iostate">[[ios::iostate]]</a>
2
 
3
  ``` cpp
4
- typedef T2 iostate;
5
  ```
6
 
7
  The type `iostate` is a bitmask type ([[bitmask.types]]) that contains
8
  the elements indicated in Table  [[tab:iostreams.iostate.effects]].
9
 
 
1
  ##### Type `ios_base::iostate` <a id="ios::iostate">[[ios::iostate]]</a>
2
 
3
  ``` cpp
4
+ using iostate = T2;
5
  ```
6
 
7
  The type `iostate` is a bitmask type ([[bitmask.types]]) that contains
8
  the elements indicated in Table  [[tab:iostreams.iostate.effects]].
9