Skip to content

[cmath.syn] Align declaration of fpclassify with other functions#9168

Merged
jensmaurer merged 1 commit into
cplusplus:mainfrom
eisenwave:align-fpclassify
Jul 1, 2026
Merged

[cmath.syn] Align declaration of fpclassify with other functions#9168
jensmaurer merged 1 commit into
cplusplus:mainfrom
eisenwave:align-fpclassify

Conversation

@eisenwave

@eisenwave eisenwave commented Jul 1, 2026

Copy link
Copy Markdown
Member

Throughout [cmath.syn], the established style is to align function names to account for differences in return type length, such as in:

double      nan(const char* tagp);
float       nanf(const char* tagp);
long double nanl(const char* tagp);

fpclassify does not follow that style, which is inconsistent.

@eisenwave eisenwave added the P2-Bug Presentational errors and omissions label Jul 1, 2026
@jensmaurer jensmaurer merged commit 88410c8 into cplusplus:main Jul 1, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

P2-Bug Presentational errors and omissions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants