We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb84c6a commit 14a2f7dCopy full SHA for 14a2f7d
source/basic.tex
@@ -668,7 +668,7 @@
668
defined within each definition of \tcode{D}
669
(including the closure types of \grammarterm{lambda-expression}{s},
670
but excluding entities defined within default arguments or
671
-defualt template arguments of either \tcode{D} or
+default template arguments of either \tcode{D} or
672
an entity not defined within \tcode{D}).
673
For each such entity and for \tcode{D} itself,
674
the behavior is as if there is a single entity with a single definition,
@@ -698,7 +698,7 @@
698
void h(bool cond, void (*p)() = []{}) {
699
if (cond) h(false);
700
}
701
-}
+};
702
\end{codeblock}
703
704
If the definition of \tcode{f} appears in multiple translation units,
0 commit comments