Skip to content

Commit 9d40c5a

Browse files
committed
Prevent linebreak between text and parenthesized \refs.
1 parent 58a489c commit 9d40c5a

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
@@ -427,7 +427,7 @@
427427
with external linkage~(\ref{dcl.inline}), inline variable with external
428428
linkage~(\ref{dcl.inline}), class template
429429
(Clause~\ref{temp}), non-static function template~(\ref{temp.fct}),
430-
concept (\ref{temp.concept}),
430+
concept~(\ref{temp.concept}),
431431
static data member of a class template~(\ref{temp.static}), member
432432
function of a class template~(\ref{temp.mem.func}), or template
433433
specialization for which some template parameters are not

source/intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
parameter type list~(\ref{dcl.fct}),
218218
enclosing namespace (if any),
219219
and
220-
\grammarterm{requires-clause} (\ref{temp.constr.decl}) (if any)
220+
\grammarterm{requires-clause}~(\ref{temp.constr.decl}) (if any)
221221
\begin{note} Signatures are used as a basis for
222222
name mangling and linking.\end{note}
223223

0 commit comments

Comments
 (0)