From Jason Turner

[temp.constr.atomic]

Diff to HTML by rtfpessoa

tmp/tmp9pywwkb5/{from.md → to.md} RENAMED
@@ -55,14 +55,14 @@ void h() {
55
  }
56
  ```
57
 
58
  — *end example*]
59
 
60
- This similarity includes the situation where a program is ill-formed, no
61
- diagnostic required, when the meaning of the program depends on whether
62
- two constructs are equivalent, and they are functionally equivalent but
63
- not equivalent.
64
 
65
  [*Example 2*:
66
 
67
  ``` cpp
68
  template <unsigned N> void f2()
 
55
  }
56
  ```
57
 
58
  — *end example*]
59
 
60
+ As specified in [[temp.over.link]], if the validity or meaning of the
61
+ program depends on whether two constructs are equivalent, and they are
62
+ functionally equivalent but not equivalent, the program is ill-formed,
63
+ no diagnostic required.
64
 
65
  [*Example 2*:
66
 
67
  ``` cpp
68
  template <unsigned N> void f2()