Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coding-rules
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Scott Snyder
coding-rules
Commits
da3719df
Commit
da3719df
authored
1 year ago
by
scott snyder
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo. Thanks Grigori.
parent
21f46923
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
rules.org
+3
-3
3 additions, 3 deletions
rules.org
with
3 additions
and
3 deletions
rules.org
+
3
−
3
View file @
da3719df
...
@@ -2568,7 +2568,7 @@ void error(int severity, ...) // "severity" followed by a
...
@@ -2568,7 +2568,7 @@ void error(int severity, ...) // "severity" followed by a
This method should be avoided.
This method should be avoided.
As of C++11, one can accomplish something similar using varadic
As of C++11, one can accomplish something similar using var
i
adic
templates:
templates:
#+BEGIN_EXAMPLE
#+BEGIN_EXAMPLE
...
@@ -3346,7 +3346,7 @@ The comment includes the fact that it is the perpendicular distance.
...
@@ -3346,7 +3346,7 @@ The comment includes the fact that it is the perpendicular distance.
- Mention =std::span=.
- Mention =std::span=.
- Some additional references.
- Some additional references.
- Clarify that non-ascii characters should not be used in identifier names.
- Clarify that non-ascii characters should not be used in identifier names.
- Clarify that variable-length argument lists of varadic template functions
- Clarify that variable-length argument lists of var
i
adic template functions
are ok.
are ok.
** Version 0.7
** Version 0.7
...
@@ -3513,7 +3513,7 @@ Doxygen also knows about //!< , I think?
...
@@ -3513,7 +3513,7 @@ Doxygen also knows about //!< , I think?
# LocalWords: Meyers97 Meyers01 unicode pragma 42ul elt typename 2f
# LocalWords: Meyers97 Meyers01 unicode pragma 42ul elt typename 2f
# LocalWords: reimplement reimplemented typ ele GeV 06x 0x0143 0x
# LocalWords: reimplement reimplemented typ ele GeV 06x 0x0143 0x
# LocalWords: iomanip '0 msg msgLvl ATH gcc coroutines coroutine
# LocalWords: iomanip '0 msg msgLvl ATH gcc coroutines coroutine
# LocalWords: varadic ARGS metaprogramming templated 0pt 2ex init
# LocalWords: var
i
adic ARGS metaprogramming templated 0pt 2ex init
# LocalWords: n4868 Niebler 'latex 'org 'my brocket substring
# LocalWords: n4868 Niebler 'latex 'org 'my brocket substring
# LocalWords: texttt
# LocalWords: texttt
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment