File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5007
5007
5008
5008
\pnum
5009
5009
The \tcode {access_context} class is a non-aggregate type
5010
- that represents a namespacee , class, or function
5010
+ that represents a namespace , class, or function
5011
5011
from which queries pertaining to access rules may be performed,
5012
5012
as well as the designating class\iref {class.access.base }, if any.
5013
5013
5036
5036
\tcode {access_context} is a structural type.
5037
5037
Two values \tcode {ac1} and \tcode {ac2} of type \tcode {access_context}
5038
5038
are template-argument-equivalent\iref {temp.type }
5039
- if \tcode {a1 .scope()} and \tcode {a2 .scope()}
5039
+ if \tcode {ac1 .scope()} and \tcode {ac2 .scope()}
5040
5040
are template-argument-equivalent
5041
5041
and \tcode {ac1.desig\- nating_class()} and \tcode {ac2.desig\- nating_class()}
5042
5042
are template-argument-equivalent.
You can’t perform that action at this time.
0 commit comments