[stdatomic.h.syn] not updated appropriately with P3248

Open Beginner friendly
#9,302 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
76/100
Issue type
Documentation
Clarity
Clearly specified
Activity status
Active
Tech stack
cpp
Domain
documentation

Research direction

Start by reading [stdatomic.h.syn]/2 in the draft and compare its listed types with the requirements introduced by P3248R5. Update the wording so intptr_t and uintptr_t are no longer treated as conditionally declared, then verify that the section accurately reflects the paper's requirements.

Written by the indexing model from the issue text.

Description

P2-Bug

[stdatomic.h.syn]/2 says:

Each of the using-declarations for intN_t, uintN_t, intptr_t, and uintptr_t listed above is declared if and only if the implementation declares the corresponding typedef-name in [atomics.syn].

With P3248 the types intptr_t and uintptr_t are now required so they do not need to be listed. This seems to be something that was forgotten in the paper rather than an issue in applying the paper.

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

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.

More from cplusplus/draft

All issues in cplusplus/draft

Similar issues

More Documentation issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.