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

[expr.typeid, time.syn, class.access.base] Replace \term with \placeholder where appropriate. #1914

Closed
wants to merge 1 commit into from

Conversation

Eelis
Copy link
Contributor

@Eelis Eelis commented Feb 13, 2018

No visible difference.

@@ -2770,7 +2770,7 @@
\indextext{\idxcode{type_info}}%
\indexlibrary{\idxcode{type_info}}%
\tcode{const} \tcode{std::type_info}\iref{type.info} and dynamic type \tcode{const}
\tcode{std::type_info} or \tcode{const} \term{name} where \term{name} is an
\tcode{std::type_info} or \tcode{const} \placeholder{name} where \placeholder{name} is an
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In general, I think we should use "\placeholder" for math-style single-letter variables, so these should probably be switched to "N" or "C". (The latter preferred; "N" is a namespace.)

using milliseconds = duration<@\placeholder{signed integer type of at least 45 bits}@, milli>;
using seconds = duration<@\placeholder{signed integer type of at least 35 bits}@>;
using minutes = duration<@\placeholder{signed integer type of at least 29 bits}@, ratio< 60>>;
using hours = duration<@\placeholder{signed integer type of at least 23 bits}@, ratio<3600>>;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sigh. Yeah, until we find better phrasing.

@tkoeppe tkoeppe added the needs rebase The pull request needs a git rebase to resolve merge conflicts. label Mar 30, 2018
@jensmaurer
Copy link
Member

@Eelis: ping.

@Eelis Eelis closed this Mar 31, 2018
@Eelis Eelis deleted the ph branch March 31, 2018 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs rebase The pull request needs a git rebase to resolve merge conflicts.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants