Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move [class.free] #5229

Closed
wants to merge 62 commits into from
Closed

Move [class.free] #5229

wants to merge 62 commits into from

Conversation

jensmaurer
Copy link
Member

No description provided.

jensmaurer and others added 30 commits November 5, 2021 23:01
Also check for uppercase hex digits inside \ucode and \unicode,
which do not work well with \textsc.
…5076)

and augment the automatic checks to flag literal 'ISO C'.
…us#5122)

Also rename [refwrap.const], because it does not specify
any destructors.
In contrast to errors, which use a colon, an OK comment
is not followed by any unique reason why the code is
well-formed, but by a subjective highlighting of a fact.
and augment the autmatic checks accordingly.
We introduce POSIX as an alias for ISO/IEC 9945, and we use 'POSIX'
everywhere else.
POSIX does not define the term 'conversion directive'.
This fixes a misapplication of the resolution of LWG 3539.
…plusplus#5067)

The term is undefined and does not improve the specification.
They are not part of the character name or alias.
The presentation in ISO 10646 is misleading, though.
The former is ambiguous with U+1F514 BELL.
The ALERT alias is defined in UCD NameAliases.txt.
Also introduce a label 'term.array.type' in [dcl.array].
frederick-vs-ja and others added 27 commits January 11, 2022 16:29
Those were missing in a few places, notably [rand].

Also add an automated check.
consistent with the specification of other -seq non-terminals.
…plusplus#4026)

Initialization is fully specified in [dcl.init],
so turn the list of default-initialization cases
into a note and shorten it appropriately.
Highlight that constructors and destructors do not have a
return type and thus a return statement within a constructor
or destructor cannot have an operand.
The wording at [temp.param]/15 says:
> A template-parameter shall not be given default arguments by two
> different declarations if one is reachable from the other.

But it is conflicted with [basic.def.odr]/13:
> There can be more than one definition of a
> ...
> 	default template argument
> ...
> in a program provided that each definition appears in a different
> translation unit and the definitions satisfy the [same-meaning
> criteria of the ODR].

[temp.param] should be deleted otherwise we couldn't modularize a real
project.
* [macros] In \ucode, improve sizes of digits and letters.

We do this by typesetting letters in small-caps of the body font,
and digits using the font "smaller by 1 step" (e.g. 10pt -> 8pt).
This combination seems to look perfectly harmonious for
normal body text and notes.

This works around the absence of "small-caps sized lining numerals"
in Latin Modern. The fact that LMR has separate optical sizes for the
size range in question makes this combination work well.
Also annotate the 'void' and 'int' keywords.
The class-specific allocation and deallocation functions,
whose declaration properties are specified in this section,
are class member functions.
Rename the heading to "Allocation and deallocation functions",
which is more appropriate for the contents of the subclause.
Make the entries for 'allocation function' and
'deallocation function' singular.
@jensmaurer jensmaurer deleted the branch cplusplus:c49 January 22, 2022 12:54
@jensmaurer jensmaurer closed this Jan 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet