tmp/tmp1rnr9i6_/{from.md → to.md}
RENAMED
|
@@ -9,13 +9,13 @@ namespace unique '{' namespace-body '}'
|
|
| 9 |
```
|
| 10 |
|
| 11 |
where `inline` appears if and only if it appears in the
|
| 12 |
*unnamed-namespace-definition* and 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
|
| 15 |
-
|
| 16 |
-
|
| 17 |
|
| 18 |
[*Example 1*:
|
| 19 |
|
| 20 |
``` cpp
|
| 21 |
namespace { int i; } // unique::i
|
|
|
|
| 9 |
```
|
| 10 |
|
| 11 |
where `inline` appears if and only if it appears in the
|
| 12 |
*unnamed-namespace-definition* and 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 program. The
|
| 15 |
+
optional *attribute-specifier-seq* in the *unnamed-namespace-definition*
|
| 16 |
+
appertains to *`unique`*.
|
| 17 |
|
| 18 |
[*Example 1*:
|
| 19 |
|
| 20 |
``` cpp
|
| 21 |
namespace { int i; } // unique::i
|