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 5009
5009
5010
5010
\pnum
5011
5011
The \tcode {access_context} class is a non-aggregate type
5012
- that represents a namespacee , class, or function
5012
+ that represents a namespace , class, or function
5013
5013
from which queries pertaining to access rules may be performed,
5014
5014
as well as the designating class\iref {class.access.base }, if any.
5015
5015
5038
5038
\tcode {access_context} is a structural type.
5039
5039
Two values \tcode {ac1} and \tcode {ac2} of type \tcode {access_context}
5040
5040
are template-argument-equivalent\iref {temp.type }
5041
- if \tcode {a1 .scope()} and \tcode {a2 .scope()}
5041
+ if \tcode {ac1 .scope()} and \tcode {ac2 .scope()}
5042
5042
are template-argument-equivalent
5043
5043
and \tcode {ac1.desig\- nating_class()} and \tcode {ac2.desig\- nating_class()}
5044
5044
are template-argument-equivalent.
You can’t perform that action at this time.
0 commit comments