tmp/tmpyjve6a8u/{from.md → to.md}
RENAMED
|
@@ -9,11 +9,11 @@ An *unnamed-namespace-definition* behaves as if it were replaced by
|
|
| 9 |
```
|
| 10 |
|
| 11 |
where `inline` appears if and only if it appears in the
|
| 12 |
*unnamed-namespace-definition*, all occurrences of *unique* in a
|
| 13 |
translation unit are replaced by the same identifier, and this
|
| 14 |
-
identifier differs from all other identifiers in the entire program.[^
|
| 15 |
|
| 16 |
``` cpp
|
| 17 |
namespace { int i; } // unique ::i
|
| 18 |
void f() { i++; } // unique ::i++
|
| 19 |
|
|
|
|
| 9 |
```
|
| 10 |
|
| 11 |
where `inline` appears if and only if it appears in the
|
| 12 |
*unnamed-namespace-definition*, all occurrences of *unique* in a
|
| 13 |
translation unit are replaced by the same identifier, and this
|
| 14 |
+
identifier differs from all other identifiers in the entire program.[^5]
|
| 15 |
|
| 16 |
``` cpp
|
| 17 |
namespace { int i; } // unique ::i
|
| 18 |
void f() { i++; } // unique ::i++
|
| 19 |
|