Skip to content

Commit 6e149f7

Browse files
Dawn Perchikzygoloid
authored andcommitted
[tab:container.alloc.req] Indent clauses to fix the build.
1 parent 425841a commit 6e149f7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

source/containers.tex

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -652,9 +652,9 @@
652652

653653
\tcode{X(m)} &
654654
&
655-
\ensures
656-
\tcode{u.empty()} returns \tcode{true}, &
657-
constant \\
655+
\ensures
656+
\tcode{u.empty()} returns \tcode{true}, &
657+
constant \\
658658
\tcode{X u(m);} &
659659
&
660660
\tcode{u.get_allocator() == m} &
@@ -663,11 +663,11 @@
663663
\tcode{X(t, m)}\br
664664
\tcode{X u(t, m);} &
665665
&
666-
\expects
667-
\tcode{T} is \oldconcept{CopyInsertable} into \tcode{X}.\br
668-
\ensures
669-
\tcode{u == t}, \tcode{u.get_allocator() == m} &
670-
linear \\ \rowsep
666+
\expects
667+
\tcode{T} is \oldconcept{CopyInsertable} into \tcode{X}.\br
668+
\ensures
669+
\tcode{u == t}, \tcode{u.get_allocator() == m} &
670+
linear \\ \rowsep
671671

672672
\tcode{X(rv)}\br
673673
\tcode{X u(rv);}

0 commit comments

Comments
 (0)