From Jason Turner

[conv.func]

Diff to HTML by rtfpessoa

tmp/tmpq1soguck/{from.md → to.md} RENAMED
@@ -1,8 +1,5 @@
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
 
 
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.[^7]
 
 
 
5