tmp/tmpnbwwjh4l/{from.md → to.md}
RENAMED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
##### Enumerated types <a id="enumerated.types">[[enumerated.types]]</a>
|
| 2 |
|
| 3 |
Several types defined in [[input.output]] are *enumerated types*. Each
|
| 4 |
enumerated type may be implemented as an enumeration or as a synonym for
|
| 5 |
-
an enumeration.[^
|
| 6 |
|
| 7 |
The enumerated type `enumerated` can be written:
|
| 8 |
|
| 9 |
``` cpp
|
| 10 |
enum enumerated { V₀, V₁, V₂, V₃, … };
|
|
|
|
| 1 |
##### Enumerated types <a id="enumerated.types">[[enumerated.types]]</a>
|
| 2 |
|
| 3 |
Several types defined in [[input.output]] are *enumerated types*. Each
|
| 4 |
enumerated type may be implemented as an enumeration or as a synonym for
|
| 5 |
+
an enumeration.[^8]
|
| 6 |
|
| 7 |
The enumerated type `enumerated` can be written:
|
| 8 |
|
| 9 |
``` cpp
|
| 10 |
enum enumerated { V₀, V₁, V₂, V₃, … };
|