Skip to content

Commit

Permalink
typedef -> alias. Fixes #75.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Sankel committed Jan 23, 2020
1 parent 6817624 commit 95b6167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/languagesupport.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@

\begin{itemdescr}
\pnum
All specializations of \tcode{get_scope<T>} shall meet the \tcode{TransformationTrait} requirements (\cxxref{meta.rqmts}). The nested type named \tcode{type} is the \tcode{Scope} reflecting a scope \emph{S}. With \emph{ST} being the scope of the declaration of the entity, typedef or value reflected by \tcode{T}, \emph{S} is found as the innermost scope enclosing \emph{ST} that is either a namespace scope (including global scope), class scope, enumeration scope, function scope, or immediately enclosing closure type (for lambda captures). For members of an unnamed union, this innermost scope is the unnamed union. For enumerators of unscoped enumeration types, this innermost scope is their enumeration type.
All specializations of \tcode{get_scope<T>} shall meet the \tcode{TransformationTrait} requirements (\cxxref{meta.rqmts}). The nested type named \tcode{type} is the \tcode{Scope} reflecting a scope \emph{S}. With \emph{ST} being the scope of the declaration of the entity, alias or value reflected by \tcode{T}, \emph{S} is found as the innermost scope enclosing \emph{ST} that is either a namespace scope (including global scope), class scope, enumeration scope, function scope, or immediately enclosing closure type (for lambda captures). For members of an unnamed union, this innermost scope is the unnamed union. For enumerators of unscoped enumeration types, this innermost scope is their enumeration type.
For a template \grammarterm{type-parameter}, this innermost scope is the \tcode{TemplateParameterScope} representing the template parameter scope in which it has been declared.
\end{itemdescr}

Expand Down

0 comments on commit 95b6167

Please sign in to comment.