Skip to content
Snippets Groups Projects
Commit da3719df authored by scott snyder's avatar scott snyder
Browse files

Fix typo. Thanks Grigori.

parent 21f46923
No related branches found
No related tags found
No related merge requests found
...@@ -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 variadic
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 variadic 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: variadic 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment