cplusplus / cplusplus/draft

[basic.fundamental] Remove "integer type"

Open
#8,891 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

P3-Other
Dominant language
TeX
Stars
221
Forks
813
Avg merge
16h 4m
Merged PRs (30d)
36

Description

We currently have https://eel.is/c++draft/basic.fundamental#11.sentence-3:

A synonym for integral type is integer type.

This synonym is negatively useful; it is confusing and adds no value. We arbitrarily use "integer type" and "integral type" in different places.

https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3701r0.html#wording contains a superset of the necessary changes. We can get rid of this definition and replace "integer" with "integral" where appropriate. I'm not sure if P3701R0 could find consensus though; irrespective of that, the editorial change makes sense.

@jensmaurer has expressed some appetite for such a change in the past.

See

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at basic.fundamental#11.sentence-3 in the draft and review the occurrences of “integer type” and “integer” in the surrounding standard wording. Compare the proposed superset of changes in P3701R0, then remove the synonym definition and replace uses where appropriate. Done means the draft consistently uses “integral type” without changing the intended meaning.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp, tex
Domain
documentation
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.