|
991 | 991 | \pnum
|
992 | 992 | Function declarations and function template declarations
|
993 | 993 | followed by a comment that include \textit{freestanding-deleted} are
|
994 |
| -\defnadjx{freestanding deleted}{functions}{function}. |
| 994 | +\defnadjx{freestanding-deleted}{functions}{function}. |
995 | 995 | On freestanding implementations,
|
996 |
| -it is \impldef{whether a freestanding deleted function is a deleted function} |
997 |
| -whether each entity introduced by a freestanding deleted function |
| 996 | +it is \impldef{whether a freestanding-deleted function is a deleted function} |
| 997 | +whether each entity introduced by a freestanding-deleted function |
998 | 998 | is a deleted function\iref{dcl.fct.def.delete} or
|
999 | 999 | whether the requirements are the same as
|
1000 | 1000 | the corresponding requirements for a hosted implementation.
|
|
1067 | 1067 |
|
1068 | 1068 | \pnum
|
1069 | 1069 | \begin{note}
|
1070 |
| -Freestanding annotations follow some additional exposition conventions |
| 1070 | +Such comments follow some additional exposition conventions |
1071 | 1071 | that do not impose any additional normative requirements.
|
1072 |
| -Header synopses that begin with a comment containing "all freestanding" |
1073 |
| -contain no hosted items and no freestanding deleted functions. |
1074 |
| -Header synopses that begin with a comment containing "mostly freestanding" |
1075 |
| -contain at least one hosted item or freestanding deleted function. |
| 1072 | +Header synopses that begin with a comment containing ``all freestanding'' |
| 1073 | +contain no hosted items and no freestanding-deleted functions. |
| 1074 | +Header synopses that begin with a comment containing ``mostly freestanding'' |
| 1075 | +contain at least one hosted item or freestanding-deleted function. |
1076 | 1076 | Classes and class templates followed by a comment
|
1077 |
| -containing "partially freestanding" |
1078 |
| -contain at least one hosted item or freestanding deleted function. |
| 1077 | +containing ``partially freestanding'' |
| 1078 | +contain at least one hosted item or freestanding-deleted function. |
1079 | 1079 | \end{note}
|
1080 | 1080 | \begin{example}
|
1081 | 1081 | \begin{codeblock}
|
|
0 commit comments