From Jason Turner

[conv.func]

Diff to HTML by rtfpessoa

tmp/tmpe5kq2l52/{from.md → to.md} RENAMED
@@ -1,8 +1,8 @@
1
  ## Function-to-pointer conversion <a id="conv.func">[[conv.func]]</a>
2
 
3
  An lvalue of function type `T` can be converted to a prvalue of type
4
- “pointer to `T`.” The result is a pointer to the function.[^3]
5
 
6
- See  [[over.over]] for additional rules for the case where the function
7
- is overloaded.
8
 
 
1
  ## Function-to-pointer conversion <a id="conv.func">[[conv.func]]</a>
2
 
3
  An lvalue of function type `T` can be converted to a prvalue of type
4
+ “pointer to `T`”. The result is a pointer to the function.[^3]
5
 
6
+ [*Note 1*: See  [[over.over]] for additional rules for the case where
7
+ the function is overloaded. — *end note*]
8