[dcl.attr.noreturn]/3 Replace `[[noreturn]]` with `noreturn` for consistency
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 85/100
- Issue type
- Documentation
- Clarity
- Clearly specified
- Activity status
- Active
- Tech stack
- cpp, tex
- Domain
- documentation
Research direction
The issue points to a specific section [dcl.attr.noreturn]/3 in the C++ standard draft. Look at the TeX source file for that section, likely in a .tex file within the repository. Compare the formatting of [[noreturn]] with other attribute references in the same clause to ensure consistency. The change is a simple text replacement from [[noreturn]] to noreturn as per the grammar in [dcl.attr].
Written by the indexing model from the issue text.
Description
[dcl.attr.noreturn]/3 says
Recommended practice: Implementations should issue a warning if a function marked
[[noreturn]]might return. The value of a has-attribute-expression for the noreturn attribute should be 0 unless the implementation can issue such warnings.
It uses double brackets to enclose the attribute.
However, the enclosing double brackets are not used in all other similar contexts in [dcl.attr].
- Dominant language
- TeX
- Stars
- 221
- Forks
- 813
- Avg merge
- 17h 45m
- Merged PRs (30d)
- 34
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from cplusplus/draft
-
P2-Bug
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
Difficulty 1/5 Under an hour Newbie friendliness 85/100
-
Difficulty 1/5 Under an hour Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
ub-ifndr
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
Similar issues
-
content
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
GDQuest/learn-gdscript#1395 ·
-
rules
Difficulty 1/5 Under an hour Newbie friendliness 90/100
-
HttpClient
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
symfony/symfony-docs#23092 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
-
Difficulty 1/5 Under an hour Newbie friendliness 95/100
huggingface/sentence-transformers#4074 ·