Skip to content

Commit d703047

Browse files
committed
[allocator.requirements] Add linebreak hints
Partially addresses #693.
1 parent 77ba6a1 commit d703047

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/lib-intro.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2000,7 +2000,7 @@
20002000
\tcode{true_type} only if the expression \tcode{a1 == a2} is guaranteed
20012001
to be \tcode{true} for any two (possibly \tcode{const}) values
20022002
\tcode{a1}, \tcode{a2} of type \tcode{X}. &
2003-
\tcode{is_empty<X>::type} \\
2003+
\tcode{is_empty<X>::\brk{}type} \\
20042004

20052005
\end{libreqtab4d}
20062006

@@ -2029,7 +2029,7 @@
20292029
Note B:
20302030
If \tcode{X::propagate_on_container_copy_assignment::value} is \tcode{true},
20312031
\tcode{X} shall satisfy the
2032-
\tcode{CopyAssignable} requirements (Table~\ref{tab:copyassignable})
2032+
\tcode{CopyAssign\-able} requirements (Table~\ref{tab:copyassignable})
20332033
and the copy operation shall not throw exceptions.
20342034
If \tcode{X::propagate_on_container_move_assignment::value} is \tcode{true},
20352035
\tcode{X} shall satisfy the

0 commit comments

Comments
 (0)