Skip to content

Commit 1fe02a2

Browse files
jensmaurertkoeppe
authored andcommitted
[access] Remove inappropriate uses of \term (#1940)
1 parent 031d2bd commit 1fe02a2

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

source/access.tex

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,13 @@
9090
\end{note}
9191

9292
\pnum
93-
It should be noted that it is
94-
\term{access}
95-
to members and base classes that is controlled, not their
96-
\term{visibility}.
93+
\begin{note}
94+
Access to members and base classes is controlled, not their
95+
visibility\iref{basic.scope.hiding}.
9796
Names of members are still visible, and implicit conversions to base
9897
classes are still considered, when those members and base classes are
9998
inaccessible.
99+
\end{note}
100100
The interpretation of a given construct is
101101
established without regard to access control.
102102
If the interpretation
@@ -389,9 +389,9 @@
389389
of
390390
\tcode{N}
391391
is
392-
\term{accessible}
392+
\defn{accessible}
393393
at
394-
\term{R},
394+
\placeholder{R},
395395
if
396396
\begin{itemize}
397397
\item
@@ -400,15 +400,15 @@
400400
would be a public member of
401401
\tcode{N}, or
402402
\item
403-
\term{R}
403+
\placeholder{R}
404404
occurs in a member or friend of class
405405
\tcode{N},
406406
and an invented public member of
407407
\tcode{B}
408408
would be a private or protected member of
409409
\tcode{N}, or
410410
\item
411-
\term{R}
411+
\placeholder{R}
412412
occurs in a member or friend of a class
413413
\tcode{P}
414414
derived from
@@ -425,13 +425,13 @@
425425
is a base class of
426426
\tcode{S}
427427
accessible at
428-
\term{R}
428+
\placeholder{R}
429429
and
430430
\tcode{S}
431431
is a base class of
432432
\tcode{N}
433433
accessible at
434-
\term{R}.
434+
\placeholder{R}.
435435
\end{itemize}
436436

437437
\begin{example}
@@ -492,7 +492,7 @@
492492
A member
493493
\tcode{m}
494494
is accessible at the point
495-
\term{R}
495+
\placeholder{R}
496496
when named in class
497497
\tcode{N}
498498
if
@@ -507,7 +507,7 @@
507507
as a member of
508508
\tcode{N}
509509
is private, and
510-
\term{R}
510+
\placeholder{R}
511511
occurs in a member or friend of class
512512
\tcode{N},
513513
or
@@ -516,7 +516,7 @@
516516
as a member of
517517
\tcode{N}
518518
is protected, and
519-
\term{R}
519+
\placeholder{R}
520520
occurs in a member or friend of class
521521
\tcode{N},
522522
or in a member of a class
@@ -534,11 +534,11 @@
534534
of
535535
\tcode{N}
536536
that is accessible at
537-
\term{R},
537+
\placeholder{R},
538538
and
539539
\tcode{m}
540540
is accessible at
541-
\term{R}
541+
\placeholder{R}
542542
when named in class
543543
\tcode{B}.
544544
\begin{example}

0 commit comments

Comments
 (0)