File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 34903490\pnum
34913491\indextext {function return type|see{return type}}%
34923492\indextext {return type}%
3493- Functions shall not have a return type of type array or function,
3494- although they may have a return type of type pointer or reference to such things.
3495- There shall be no arrays of functions, although there can be arrays of pointers
3496- to functions.
3493+ The return type shall be a non-array object type, a reference type, or \cv {}~\tcode {void}.
34973494
34983495\pnum
34993496A volatile-qualified return type is deprecated;
Original file line number Diff line number Diff line change 29492949statically chosen function (i.e., ignoring the \tcode {virtual} keyword),
29502950even if the type of the function actually called is different.
29512951\indextext {type!incomplete}%
2952- This return type shall be an object type, a reference type or \cv {}~\tcode {void}.
29532952If the \grammarterm {postfix-expression} names a pseudo-destructor
29542953(in which case the \grammarterm {postfix-expression}
29552954is a possibly-parenthesized class member access),
You can’t perform that action at this time.
0 commit comments