Skip to content

Commit 897d1ed

Browse files
committed
[temp.pre] Avoid 'must'
1 parent ed86ba4 commit 897d1ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/templates.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@
138138
\begin{note}
139139
Default arguments for function templates and for member functions of
140140
class templates are considered definitions for the purpose of template
141-
instantiation\iref{temp.decls} and must obey the one-definition rule\iref{basic.def.odr}.
141+
instantiation\iref{temp.decls},
142+
and thus the one-definition rule\iref{basic.def.odr} applies.
142143
\end{note}
143144

144145
\pnum

0 commit comments

Comments
 (0)