Skip to content

Commit ca93ad4

Browse files
committed
[basic.lookup, conv.qual] Relax line breaking prohibitions before references to accommodate for new, wider cross-references from ec4ca6f
1 parent 4f08918 commit ca93ad4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/basic.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@
10841084
\pnum
10851085
The name lookup rules apply uniformly to all names (including
10861086
\grammarterm{typedef-name}{s}~(\ref{dcl.typedef}),
1087-
\grammarterm{namespace-name}{s}~(\ref{basic.namespace}), and
1087+
\grammarterm{namespace-name}{s} (\ref{basic.namespace}), and
10881088
\grammarterm{class-name}{s}~(\ref{class.name})) wherever the grammar allows
10891089
such names in the context discussed by a particular rule. Name lookup
10901090
associates the use of a name with a declaration~(\ref{basic.def}) of

source/conversions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
\pnum
328328
\begin{note}
329329
Function types (including those used in pointer to member function
330-
types) are never cv-qualified~(\ref{dcl.fct}).
330+
types) are never cv-qualified (\ref{dcl.fct}).
331331
\end{note}
332332
\indextext{conversion!qualification|)}
333333

0 commit comments

Comments
 (0)