From Jason Turner

[intro.defs]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpj8k_c04c/{from.md → to.md} +0 -14
tmp/tmpj8k_c04c/{from.md → to.md} RENAMED
@@ -9,32 +9,24 @@ Terms that are used only in a small portion of this International
9
  Standard are defined where they are used and italicized where they are
10
  defined.
11
 
12
  #### 1 argument <a id="defns.argument">[[defns.argument]]</a>
13
 
14
- actual argument
15
- actual parameter
16
  \<function call expression\> expression in the comma-separated list
17
  bounded by the parentheses
18
 
19
  #### 2 argument <a id="defns.argument.macro">[[defns.argument.macro]]</a>
20
 
21
- actual argument
22
- actual parameter
23
  \<function-like macro\> sequence of preprocessing tokens in the
24
  comma-separated list bounded by the parentheses
25
 
26
  #### 3 argument <a id="defns.argument.throw">[[defns.argument.throw]]</a>
27
 
28
- actual argument
29
- actual parameter
30
  \<throw expression\> the operand of `throw`
31
 
32
  #### 4 argument <a id="defns.argument.templ">[[defns.argument.templ]]</a>
33
 
34
- actual argument
35
- actual parameter
36
  \<template instantiation\> expression, *type-id* or *template-name* in
37
  the comma-separated list bounded by the angle brackets
38
 
39
  #### 5 conditionally-supported <a id="defns.cond.supp">[[defns.cond.supp]]</a>
40
 
@@ -85,28 +77,22 @@ character set of either the source or the execution environment
85
  The extended character set is a superset of the basic character set (
86
  [[lex.charset]]).
87
 
88
  #### 14 parameter <a id="defns.parameter">[[defns.parameter]]</a>
89
 
90
- formal argument
91
- formal parameter
92
  \<function or catch clause\> object or reference declared as part of a
93
  function declaration or definition or in the catch clause of an
94
  exception handler that acquires a value on entry to the function or
95
  handler
96
 
97
  #### 15 parameter <a id="defns.parameter.macro">[[defns.parameter.macro]]</a>
98
 
99
- formal argument
100
- formal parameter
101
  \<function-like macro\> identifier from the comma-separated list bounded
102
  by the parentheses immediately following the macro name
103
 
104
  #### 16 parameter <a id="defns.parameter.templ">[[defns.parameter.templ]]</a>
105
 
106
- formal argument
107
- formal parameter
108
  \<template\> *template-parameter*
109
 
110
  #### 17 signature <a id="defns.signature">[[defns.signature]]</a>
111
 
112
  \<function\> name, parameter type list ([[dcl.fct]]), and enclosing
 
9
  Standard are defined where they are used and italicized where they are
10
  defined.
11
 
12
  #### 1 argument <a id="defns.argument">[[defns.argument]]</a>
13
 
 
 
14
  \<function call expression\> expression in the comma-separated list
15
  bounded by the parentheses
16
 
17
  #### 2 argument <a id="defns.argument.macro">[[defns.argument.macro]]</a>
18
 
 
 
19
  \<function-like macro\> sequence of preprocessing tokens in the
20
  comma-separated list bounded by the parentheses
21
 
22
  #### 3 argument <a id="defns.argument.throw">[[defns.argument.throw]]</a>
23
 
 
 
24
  \<throw expression\> the operand of `throw`
25
 
26
  #### 4 argument <a id="defns.argument.templ">[[defns.argument.templ]]</a>
27
 
 
 
28
  \<template instantiation\> expression, *type-id* or *template-name* in
29
  the comma-separated list bounded by the angle brackets
30
 
31
  #### 5 conditionally-supported <a id="defns.cond.supp">[[defns.cond.supp]]</a>
32
 
 
77
  The extended character set is a superset of the basic character set (
78
  [[lex.charset]]).
79
 
80
  #### 14 parameter <a id="defns.parameter">[[defns.parameter]]</a>
81
 
 
 
82
  \<function or catch clause\> object or reference declared as part of a
83
  function declaration or definition or in the catch clause of an
84
  exception handler that acquires a value on entry to the function or
85
  handler
86
 
87
  #### 15 parameter <a id="defns.parameter.macro">[[defns.parameter.macro]]</a>
88
 
 
 
89
  \<function-like macro\> identifier from the comma-separated list bounded
90
  by the parentheses immediately following the macro name
91
 
92
  #### 16 parameter <a id="defns.parameter.templ">[[defns.parameter.templ]]</a>
93
 
 
 
94
  \<template\> *template-parameter*
95
 
96
  #### 17 signature <a id="defns.signature">[[defns.signature]]</a>
97
 
98
  \<function\> name, parameter type list ([[dcl.fct]]), and enclosing