From Jason Turner

[temp.static]

Diff to HTML by rtfpessoa

tmp/tmp_x0c6ar5/{from.md → to.md} RENAMED
@@ -31,10 +31,10 @@ of unknown bound can have a different bound from its definition, if any.
31
  ``` cpp
32
  template <class T> struct A {
33
  static int i[];
34
  };
35
  template <class T> int A<T>::i[4]; // 4 elements
36
- template <> int A<int>::i[] = { 1 }; // OK: 1 element
37
  ```
38
 
39
  — *end example*]
40
 
 
31
  ``` cpp
32
  template <class T> struct A {
33
  static int i[];
34
  };
35
  template <class T> int A<T>::i[4]; // 4 elements
36
+ template <> int A<int>::i[] = { 1 }; // OK, 1 element
37
  ```
38
 
39
  — *end example*]
40