File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44834483\indextext {function!allocation}%
44844484An allocation function that is not a class member function
44854485shall belong to the global scope and not have a name with internal linkage.
4486- The return type shall be \tcode { \ keyword {void}*} . The first
4486+ The return type shall be `` pointer to \ keyword {void}'' . The first
44874487parameter shall have type \tcode {std::size_t}\iref {support.types }. The
44884488first parameter shall not have an associated default
44894489argument\iref {dcl.fct.default }. The value of the first parameter
46044604Each deallocation function shall return \keyword {void}.
46054605If the function is a destroying operator delete
46064606declared in class type \tcode {C},
4607- the type of its first parameter shall be \tcode {C*} ;
4607+ the type of its first parameter shall be `` pointer to \tcode {C} '' ;
46084608otherwise, the type of its first
4609- parameter shall be \tcode { \ keyword {void}*} . A deallocation function may have more
4609+ parameter shall be `` pointer to \ keyword {void}'' . A deallocation function may have more
46104610than one parameter.
46114611\indextext {deallocation function!usual}%
46124612A \defn {usual deallocation function} is a deallocation function
You can’t perform that action at this time.
0 commit comments