tmp/tmp85mpobzq/{from.md → to.md}
RENAMED
|
@@ -4,11 +4,11 @@ A member class of a class template may be defined outside the class
|
|
| 4 |
template definition in which it is declared.
|
| 5 |
|
| 6 |
[*Note 1*:
|
| 7 |
|
| 8 |
The member class must be defined before its first use that requires an
|
| 9 |
-
instantiation
|
| 10 |
|
| 11 |
``` cpp
|
| 12 |
template<class T> struct A {
|
| 13 |
class B;
|
| 14 |
};
|
|
|
|
| 4 |
template definition in which it is declared.
|
| 5 |
|
| 6 |
[*Note 1*:
|
| 7 |
|
| 8 |
The member class must be defined before its first use that requires an
|
| 9 |
+
instantiation [[temp.inst]]. For example,
|
| 10 |
|
| 11 |
``` cpp
|
| 12 |
template<class T> struct A {
|
| 13 |
class B;
|
| 14 |
};
|