Skip to content

Commit

Permalink
Corrected some references to the <template-param> grammar production …
Browse files Browse the repository at this point in the history
…that were spelled as <template-parameter>.
  • Loading branch information
tahonermann committed Apr 21, 2017
1 parent 7099637 commit 55c8584
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion abi-layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -2954,7 +2954,7 @@ <h4> Type encodings </h4>
result type.
Except at the outer level type of an &lt;encoding>,
or in the &lt;encoding> of an otherwise delimited external name in a
&lt;template-parameter> or &lt;local-name> function encoding,
&lt;template-param> or &lt;local-name> function encoding,
these types are delimited by an "F..E" pair.
For purposes of substitution
(see <a href=#mangling-compression>Compression</a> below),
Expand Down
4 changes: 2 additions & 2 deletions abi.html
Original file line number Diff line number Diff line change
Expand Up @@ -4567,7 +4567,7 @@ <h5><a href="#mangle.function-type">Function types</a></h5>
result type.
Except at the outer level type of an &lt;<a href="#mangle.encoding">encoding</a>&gt;,
or in the &lt;<a href="#mangle.encoding">encoding</a>&gt; of an otherwise delimited external name in a
&lt;<a href="#mangle.template-parameter">template-parameter</a>&gt; or &lt;<a href="#mangle.local-name">local-name</a>&gt; function encoding,
&lt;<a href="#mangle.template-param">template-param</a>&gt; or &lt;<a href="#mangle.local-name">local-name</a>&gt; function encoding,
these types are delimited by an "F..E" pair.
For purposes of substitution
(see <a href=#mangling-compression>Compression</a> below),
Expand Down Expand Up @@ -5402,7 +5402,7 @@ <h4><a href="#closure-types"> 5.1.7 Closure Types (Lambdas) </a></h4>
enclosing template type parameter, because lambdas are never mangled
in a dependent context (they are forbidden from appearing in function
signatures). A &lt;<a
href="#mangle.template-parameter">template-param</a>&gt; in a &lt;<a
href="#mangle.template-param">template-param</a>&gt; in a &lt;<a
href="#mangle.lambda-sig">lambda-sig</a>&gt; can only ever refer to a
template parameter of a generic lambda.

Expand Down

0 comments on commit 55c8584

Please sign in to comment.