diff --git a/source/declarations.tex b/source/declarations.tex index 1204dec730..d82e4bcb96 100644 --- a/source/declarations.tex +++ b/source/declarations.tex @@ -8431,7 +8431,7 @@ \begin{bnf} \nontermdef{namespace-alias-definition}\br \keyword{namespace} identifier \terminal{=} qualified-namespace-specifier \terminal{;}\br - \keyword{namespace} identifier \terminal{=} splice-specifier \terminal{;}\br + \keyword{namespace} identifier \terminal{=} splice-specifier \terminal{;} \end{bnf} \begin{bnf} diff --git a/source/overloading.tex b/source/overloading.tex index 7b882855b9..2340f35644 100644 --- a/source/overloading.tex +++ b/source/overloading.tex @@ -3373,7 +3373,7 @@ \terminal{\~ \ \ \ \ \ \ \ ! \ \ \ \ \ \ \ + \ \ \ \ \ \ \ - \ \ \ \ \ \ \ * \ \ \ \ \ \ \ / \ \ \ \ \ \ \ \% \ \ \ \ \ \ \ \caret{} \ \ \ \ \ \ \ \&}\br \terminal{| \ \ \ \ \ \ \ = \ \ \ \ \ \ \ += \ \ \ \ \ \ -= \ \ \ \ \ \ *= \ \ \ \ \ \ /= \ \ \ \ \ \ \%= \ \ \ \ \ \ \caret{}= \ \ \ \ \ \ \&=}\br \terminal{|= \ \ \ \ \ \ == \ \ \ \ \ \ != \ \ \ \ \ \ < \ \ \ \ \ \ \ > \ \ \ \ \ \ \ <= \ \ \ \ \ \ >= \ \ \ \ \ \ <=> \ \ \ \ \ \&\&}\br - \terminal{|| \ \ \ \ \ \ << \ \ \ \ \ \ >> \ \ \ \ \ \ <<= \ \ \ \ \ >>= \ \ \ \ \ ++ \ \ \ \ \ \ -- \ \ \ \ \ \ ,}\br + \terminal{|| \ \ \ \ \ \ << \ \ \ \ \ \ >> \ \ \ \ \ \ <<= \ \ \ \ \ >>= \ \ \ \ \ ++ \ \ \ \ \ \ -- \ \ \ \ \ \ ,} \end{bnf} \begin{note} The operators