tmp/tmpf9442ujq/{from.md → to.md}
RENAMED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
### Template parameter scope <a id="basic.scope.temp">[[basic.scope.temp]]</a>
|
| 2 |
|
| 3 |
-
Each
|
| 4 |
-
*
|
| 5 |
-
*template-parameter*.
|
| 6 |
|
| 7 |
Each *template-declaration* D introduces a template parameter scope that
|
| 8 |
extends from the beginning of its *template-parameter-list* to the end
|
| 9 |
of the *template-declaration*. Any declaration outside the
|
| 10 |
*template-parameter-list* that would inhabit that scope instead inhabits
|
|
|
|
| 1 |
### Template parameter scope <a id="basic.scope.temp">[[basic.scope.temp]]</a>
|
| 2 |
|
| 3 |
+
Each *type-tt-parameter*, *variable-tt-parameter*, and
|
| 4 |
+
*concept-tt-parameter* introduces a *template parameter scope* that
|
| 5 |
+
includes the *template-head* of the *template-parameter*.
|
| 6 |
|
| 7 |
Each *template-declaration* D introduces a template parameter scope that
|
| 8 |
extends from the beginning of its *template-parameter-list* to the end
|
| 9 |
of the *template-declaration*. Any declaration outside the
|
| 10 |
*template-parameter-list* that would inhabit that scope instead inhabits
|