We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425841a commit 6e149f7Copy full SHA for 6e149f7
source/containers.tex
@@ -652,9 +652,9 @@
652
653
\tcode{X(m)} &
654
&
655
-\ensures
656
-\tcode{u.empty()} returns \tcode{true}, &
657
-constant \\
+ \ensures
+ \tcode{u.empty()} returns \tcode{true}, &
+ constant \\
658
\tcode{X u(m);} &
659
660
\tcode{u.get_allocator() == m} &
@@ -663,11 +663,11 @@
663
\tcode{X(t, m)}\br
664
\tcode{X u(t, m);} &
665
666
-\expects
667
-\tcode{T} is \oldconcept{CopyInsertable} into \tcode{X}.\br
668
669
-\tcode{u == t}, \tcode{u.get_allocator() == m} &
670
-linear \\ \rowsep
+ \expects
+ \tcode{T} is \oldconcept{CopyInsertable} into \tcode{X}.\br
+ \tcode{u == t}, \tcode{u.get_allocator() == m} &
+ linear \\ \rowsep
671
672
\tcode{X(rv)}\br
673
\tcode{X u(rv);}
0 commit comments