From Jason Turner

[dcl.fct.def.delete]

Diff to HTML by rtfpessoa

tmp/tmpv1n6dlov/{from.md → to.md} RENAMED
@@ -1,11 +1,11 @@
1
  ### Deleted definitions <a id="dcl.fct.def.delete">[[dcl.fct.def.delete]]</a>
2
 
3
  A function definition of the form:
4
 
5
  ``` bnf
6
- attribute-specifier-seqₒₚₜ decl-specifier-seqₒₚₜ declarator ' = delete ;'
7
  ```
8
 
9
  is called a *deleted definition*. A function with a deleted definition
10
  is also called a *deleted function*.
11
 
 
1
  ### Deleted definitions <a id="dcl.fct.def.delete">[[dcl.fct.def.delete]]</a>
2
 
3
  A function definition of the form:
4
 
5
  ``` bnf
6
+ attribute-specifier-seqₒₚₜ decl-specifier-seqₒₚₜ declarator virt-specifier-seqₒₚₜ ' = delete ;'
7
  ```
8
 
9
  is called a *deleted definition*. A function with a deleted definition
10
  is also called a *deleted function*.
11