From Jason Turner

[temp.mem.class]

Diff to HTML by rtfpessoa

tmp/tmpbmfenm0_/{from.md → to.md} RENAMED
@@ -1,9 +1,9 @@
1
  #### Member classes of class templates <a id="temp.mem.class">[[temp.mem.class]]</a>
2
 
3
- A class member of a class template may be defined outside the class
4
- template definition in which it is declared. The class member must be
5
  defined before its first use that requires an instantiation (
6
  [[temp.inst]]). For example,
7
 
8
  ``` cpp
9
  template<class T> struct A {
 
1
  #### Member classes of class templates <a id="temp.mem.class">[[temp.mem.class]]</a>
2
 
3
+ A member class of a class template may be defined outside the class
4
+ template definition in which it is declared. The member class must be
5
  defined before its first use that requires an instantiation (
6
  [[temp.inst]]). For example,
7
 
8
  ``` cpp
9
  template<class T> struct A {