tmp/tmpe8n3yfur/{from.md → to.md}
RENAMED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
### Clause [[cpp]]: preprocessing directives <a id="diff.cpp">[[diff.cpp]]</a>
|
| 2 |
|
| 3 |
[[cpp.predefined]] **Change:** Whether `__STDC__` is defined and if so,
|
| 4 |
-
what its value is, are implementation-defined **Rationale:** C++is
|
| 5 |
-
identical to ISO C. Mandating that `__STDC__` be defined would
|
| 6 |
-
that translators make an incorrect claim. Each implementation
|
| 7 |
-
choose the behavior that will be most useful to its marketplace.
|
| 8 |
**Effect on original feature:** Change to semantics of well-defined
|
| 9 |
feature. Semantic transformation. Programs and headers that reference
|
| 10 |
`__STDC__` are quite common.
|
| 11 |
|
|
|
|
| 1 |
### Clause [[cpp]]: preprocessing directives <a id="diff.cpp">[[diff.cpp]]</a>
|
| 2 |
|
| 3 |
[[cpp.predefined]] **Change:** Whether `__STDC__` is defined and if so,
|
| 4 |
+
what its value is, are *implementation-defined*. **Rationale:** C++is
|
| 5 |
+
not identical to ISO C. Mandating that `__STDC__` be defined would
|
| 6 |
+
require that translators make an incorrect claim. Each implementation
|
| 7 |
+
must choose the behavior that will be most useful to its marketplace.
|
| 8 |
**Effect on original feature:** Change to semantics of well-defined
|
| 9 |
feature. Semantic transformation. Programs and headers that reference
|
| 10 |
`__STDC__` are quite common.
|
| 11 |
|