From Jason Turner

[floatfield.manip]

Diff to HTML by rtfpessoa

tmp/tmpelmcv2n6/{from.md → to.md} RENAMED
@@ -26,14 +26,13 @@ ios_base& hexfloat(ios_base& str);
26
  *Effects:* Calls
27
  `str.setf(ios_base::fixed | ios_base::scientific, ios_base::floatfield)`.
28
 
29
  *Returns:* `str`.
30
 
31
- [*Note 1*: The more obvious use of `ios_base::hex` to specify
32
- hexadecimal floating-point format would change the meaning of existing
33
- well-defined programs. C++03 gives no meaning to the combination of
34
- `fixed` and `scientific`. — *end note*]
35
 
36
  ``` cpp
37
  ios_base& defaultfloat(ios_base& str);
38
  ```
39
 
 
26
  *Effects:* Calls
27
  `str.setf(ios_base::fixed | ios_base::scientific, ios_base::floatfield)`.
28
 
29
  *Returns:* `str`.
30
 
31
+ [*Note 1*: `ios_base::hex` cannot be used to specify a hexadecimal
32
+ floating-point format, because it is not part of `ios_base::floatfield`
33
+ ([[ios.fmtflags.const]]). *end note*]
 
34
 
35
  ``` cpp
36
  ios_base& defaultfloat(ios_base& str);
37
  ```
38