From Jason Turner

[over.unary]

Diff to HTML by rtfpessoa

tmp/tmp9rtsyfyv/{from.md → to.md} RENAMED
@@ -8,8 +8,10 @@ of the operator function have been declared, the rules in 
8
  [[over.match.oper]] determine which, if any, interpretation is used.
9
  See  [[over.inc]] for an explanation of the postfix unary operators `++`
10
  and `\dcr`.
11
 
12
  The unary and binary forms of the same operator are considered to have
13
- the same name. Consequently, a unary operator can hide a binary operator
14
- from an enclosing scope, and vice versa.
 
 
15
 
 
8
  [[over.match.oper]] determine which, if any, interpretation is used.
9
  See  [[over.inc]] for an explanation of the postfix unary operators `++`
10
  and `\dcr`.
11
 
12
  The unary and binary forms of the same operator are considered to have
13
+ the same name.
14
+
15
+ [*Note 1*: Consequently, a unary operator can hide a binary operator
16
+ from an enclosing scope, and vice versa. — *end note*]
17