From Jason Turner

[fmtflags.manip]

Diff to HTML by rtfpessoa

tmp/tmpyptjn57a/{from.md → to.md} RENAMED
@@ -1,7 +1,10 @@
1
  #### `fmtflags` manipulators <a id="fmtflags.manip">[[fmtflags.manip]]</a>
2
 
 
 
 
3
  ``` cpp
4
  ios_base& boolalpha(ios_base& str);
5
  ```
6
 
7
  *Effects:* Calls `str.setf(ios_base::boolalpha)`.
 
1
  #### `fmtflags` manipulators <a id="fmtflags.manip">[[fmtflags.manip]]</a>
2
 
3
+ Each function specified in this subclause is a designated addressable
4
+ function [[namespace.std]].
5
+
6
  ``` cpp
7
  ios_base& boolalpha(ios_base& str);
8
  ```
9
 
10
  *Effects:* Calls `str.setf(ios_base::boolalpha)`.