From 55c8584beb1c95da264377c21b4a651ce1ff72f9 Mon Sep 17 00:00:00 2001 From: Tom Honermann Date: Fri, 21 Apr 2017 14:24:59 -0400 Subject: [PATCH] Corrected some references to the grammar production that were spelled as . --- abi-layout.html | 2 +- abi.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/abi-layout.html b/abi-layout.html index b7c71fc..8d982dc 100644 --- a/abi-layout.html +++ b/abi-layout.html @@ -2954,7 +2954,7 @@

Type encodings

result type. Except at the outer level type of an <encoding>, or in the <encoding> of an otherwise delimited external name in a -<template-parameter> or <local-name> function encoding, +<template-param> or <local-name> function encoding, these types are delimited by an "F..E" pair. For purposes of substitution (see Compression below), diff --git a/abi.html b/abi.html index 382e252..1c7f2f6 100644 --- a/abi.html +++ b/abi.html @@ -4567,7 +4567,7 @@
Function types
result type. Except at the outer level type of an <encoding>, or in the <encoding> of an otherwise delimited external name in a -<template-parameter> or <local-name> function encoding, +<template-param> or <local-name> function encoding, these types are delimited by an "F..E" pair. For purposes of substitution (see Compression below), @@ -5402,7 +5402,7 @@

5.1.7 Closure Types (Lambdas)

enclosing template type parameter, because lambdas are never mangled in a dependent context (they are forbidden from appearing in function signatures). A <template-param> in a <template-param> in a <lambda-sig> can only ever refer to a template parameter of a generic lambda.