tmp/tmpu06bys5o/{from.md → to.md}
RENAMED
|
@@ -146,13 +146,13 @@ namespace unique '{' namespace-body '}'
|
|
| 146 |
```
|
| 147 |
|
| 148 |
where `inline` appears if and only if it appears in the
|
| 149 |
*unnamed-namespace-definition* and all occurrences of *`unique`* in a
|
| 150 |
translation unit are replaced by the same identifier, and this
|
| 151 |
-
identifier differs from all other identifiers in the
|
| 152 |
-
|
| 153 |
-
|
| 154 |
|
| 155 |
[*Example 1*:
|
| 156 |
|
| 157 |
``` cpp
|
| 158 |
namespace { int i; } // unique::i
|
|
|
|
| 146 |
```
|
| 147 |
|
| 148 |
where `inline` appears if and only if it appears in the
|
| 149 |
*unnamed-namespace-definition* and all occurrences of *`unique`* in a
|
| 150 |
translation unit are replaced by the same identifier, and this
|
| 151 |
+
identifier differs from all other identifiers in the program. The
|
| 152 |
+
optional *attribute-specifier-seq* in the *unnamed-namespace-definition*
|
| 153 |
+
appertains to *`unique`*.
|
| 154 |
|
| 155 |
[*Example 1*:
|
| 156 |
|
| 157 |
``` cpp
|
| 158 |
namespace { int i; } // unique::i
|