Skip to content

Fix typo: numeric_limimts → numeric_limits (P0935)#214

Closed
Jah-yee wants to merge 1 commit into
eisenwave:mainfrom
Jah-yee:main
Closed

Fix typo: numeric_limimts → numeric_limits (P0935)#214
Jah-yee wants to merge 1 commit into
eisenwave:mainfrom
Jah-yee:main

Conversation

@Jah-yee

@Jah-yee Jah-yee commented May 18, 2026

Copy link
Copy Markdown

Fixes a typo in the cmath-c23 proposal. The word numeric_limimts is corrected to numeric_limits in the constraint description for common-floating-point types.

This typo appears in three files: src/cmath-c23.cow, docs/cmath-c23-p3935r0.html, and docs/cmath-c23.html.

<li>Each type in <code><h- data-h=name>Fs</h-></code> is a cv-unqualified arithmetic type.</li>
<li><code><h- data-h=name>F</h-></code> exists.</li>
<li><code><h- data-h=sym_par>(</h-><h- data-h=sym_par>(</h-><h- data-h=name>numeric_limimts</h-><h- data-h=sym_op>&lt;</h-><h- data-h=name>Fs</h-><h- data-h=sym_op>&gt;</h-><h- data-h=sym_op>::</h-><h- data-h=name>radix</h-> <h- data-h=sym_op>==</h-> <h- data-h=name>numeric_limits</h-><h- data-h=sym_op>&lt;</h-><h- data-h=name>F</h-><h- data-h=sym_op>&gt;</h-><h- data-h=sym_op>::</h-><h- data-h=name>radix</h-><h- data-h=sym_par>)</h-> <h- data-h=sym_op>&amp;&amp;</h-> <h- data-h=sym_op>...</h-><h- data-h=sym_par>)</h-></code> is <code><h- data-h=bool>true</h-></code>.</li>
<li><code><h- data-h=sym_par>(</h-><h- data-h=sym_par>(</h-><h- data-h=name>numeric_limits</h-><h- data-h=sym_op>&lt;</h-><h- data-h=name>Fs</h-><h- data-h=sym_op>&gt;</h-><h- data-h=sym_op>::</h-><h- data-h=name>radix</h-> <h- data-h=sym_op>==</h-> <h- data-h=name>numeric_limits</h-><h- data-h=sym_op>&lt;</h-><h- data-h=name>F</h-><h- data-h=sym_op>&gt;</h-><h- data-h=sym_op>::</h-><h- data-h=name>radix</h-><h- data-h=sym_par>)</h-> <h- data-h=sym_op>&amp;&amp;</h-> <h- data-h=sym_op>...</h-><h- data-h=sym_par>)</h-></code> is <code><h- data-h=bool>true</h-></code>.</li>

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

This should be reverted. The -pXXXXrX files are historical documents and should never be updated once published.

@eisenwave eisenwave linked an issue May 18, 2026 that may be closed by this pull request
@eisenwave

Copy link
Copy Markdown
Owner

Closing this because this is clearly a bot account which floods GitHub with hundreds of PRs.

@eisenwave eisenwave closed this May 24, 2026
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.

P3935 numeric_limimts typo

2 participants