Skip to content

Commit 7f100cc

Browse files
authored
[input.output] Fix the "Effects: Equivalent to" format (#6402)
1 parent a417ade commit 7f100cc

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

source/iostreams.tex

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4460,7 +4460,7 @@
44604460
\begin{itemdescr}
44614461
\pnum
44624462
\effects
4463-
Equivalent to: \tcode{swap(rhs)}.
4463+
Equivalent to \tcode{swap(rhs)}.
44644464

44654465
\pnum
44664466
\returns
@@ -5857,7 +5857,7 @@
58575857
\begin{itemdescr}
58585858
\pnum
58595859
\effects
5860-
Equivalent to: \tcode{swap(rhs)}.
5860+
Equivalent to \tcode{swap(rhs)}.
58615861
\end{itemdescr}
58625862

58635863
\indexlibrarymember{swap}{basic_iostream}%
@@ -6130,7 +6130,7 @@
61306130
\begin{itemdescr}
61316131
\pnum
61326132
\effects
6133-
Equivalent to: \tcode{swap(rhs)}.
6133+
Equivalent to \tcode{swap(rhs)}.
61346134

61356135
\pnum
61366136
\returns
@@ -8267,7 +8267,7 @@
82678267
\remarks
82688268
The exception specification is equivalent to:\\
82698269
\tcode{allocator_traits<Allocator>::propagate_on_container_swap::value ||}\\
8270-
\tcode{allocator_traits<Allocator>::is_always_equal::value}.
8270+
\tcode{allocator_traits<Allocator>::is_always_equal::value}
82718271
\end{itemdescr}
82728272

82738273
\indexlibrarymember{swap}{basic_stringbuf}%
@@ -8280,7 +8280,7 @@
82808280
\begin{itemdescr}
82818281
\pnum
82828282
\effects
8283-
Equivalent to: \tcode{x.swap(y)}.
8283+
Equivalent to \tcode{x.swap(y)}.
82848284
\end{itemdescr}
82858285

82868286
\rSec3[stringbuf.members]{Member functions}
@@ -9031,7 +9031,7 @@
90319031
\begin{itemdescr}
90329032
\pnum
90339033
\effects
9034-
Equivalent to: \tcode{x.swap(y)}.
9034+
Equivalent to \tcode{x.swap(y)}.
90359035
\end{itemdescr}
90369036

90379037
\rSec3[istringstream.members]{Member functions}
@@ -9403,7 +9403,7 @@
94039403
\begin{itemdescr}
94049404
\pnum
94059405
\effects
9406-
Equivalent to: \tcode{x.swap(y)}.
9406+
Equivalent to \tcode{x.swap(y)}.
94079407
\end{itemdescr}
94089408

94099409
\rSec3[ostringstream.members]{Member functions}
@@ -9781,7 +9781,7 @@
97819781
\begin{itemdescr}
97829782
\pnum
97839783
\effects
9784-
Equivalent to: \tcode{x.swap(y)}.
9784+
Equivalent to \tcode{x.swap(y)}.
97859785
\end{itemdescr}
97869786

97879787
\rSec3[stringstream.members]{Member functions}
@@ -10384,7 +10384,7 @@
1038410384
\pnum
1038510385
\effects
1038610386
Let \tcode{sp} be \tcode{std::span<const charT>(std::forward<ROS>(s))}.
10387-
Equivalent to
10387+
Equivalent to:
1038810388
\begin{codeblock}
1038910389
basic_ispanstream(std::span<charT>(const_cast<charT*>(sp.data()), sp.size()))
1039010390
\end{codeblock}
@@ -10473,7 +10473,7 @@
1047310473
Let \tcode{sp} be \tcode{std::span<const charT>(std::forward<ROS>(s))}.
1047410474
Equivalent to:
1047510475
\begin{codeblock}
10476-
this->span(std::span<charT>(const_cast<charT*>(sp.data()), sp.size()))
10476+
this->span(std::span<charT>(const_cast<charT*>(sp.data()), sp.size()));
1047710477
\end{codeblock}
1047810478
\end{itemdescr}
1047910479

@@ -11086,7 +11086,7 @@
1108611086
\begin{itemdescr}
1108711087
\pnum
1108811088
\effects
11089-
Equivalent to: \tcode{x.swap(y)}.
11089+
Equivalent to \tcode{x.swap(y)}.
1109011090
\end{itemdescr}
1109111091

1109211092
\rSec3[filebuf.members]{Member functions}
@@ -11769,7 +11769,7 @@
1176911769
\begin{itemdescr}
1177011770
\pnum
1177111771
\effects
11772-
Equivalent to: \tcode{basic_ifstream(s.c_str(), mode)}.
11772+
Equivalent to \tcode{basic_ifstream(s.c_str(), mode)}.
1177311773
\end{itemdescr}
1177411774

1177511775
\indexlibraryctor{basic_ifstream}%
@@ -11785,7 +11785,7 @@
1178511785

1178611786
\pnum
1178711787
\effects
11788-
Equivalent to: \tcode{basic_ifstream(s.c_str(), mode)}.
11788+
Equivalent to \tcode{basic_ifstream(s.c_str(), mode)}.
1178911789
\end{itemdescr}
1179011790

1179111791
\indexlibraryctor{basic_ifstream}%
@@ -11826,7 +11826,7 @@
1182611826
\begin{itemdescr}
1182711827
\pnum
1182811828
\effects
11829-
Equivalent to: \tcode{x.swap(y)}.
11829+
Equivalent to \tcode{x.swap(y)}.
1183011830
\end{itemdescr}
1183111831

1183211832
\rSec3[ifstream.members]{Member functions}
@@ -12028,7 +12028,7 @@
1202812028
\begin{itemdescr}
1202912029
\pnum
1203012030
\effects
12031-
Equivalent to: \tcode{basic_ofstream(s.c_str(), mode)}.
12031+
Equivalent to \tcode{basic_ofstream(s.c_str(), mode)}.
1203212032
\end{itemdescr}
1203312033

1203412034
\indexlibraryctor{basic_ofstream}%
@@ -12044,7 +12044,7 @@
1204412044

1204512045
\pnum
1204612046
\effects
12047-
Equivalent to: \tcode{basic_ofstream(s.c_str(), mode)}.
12047+
Equivalent to \tcode{basic_ofstream(s.c_str(), mode)}.
1204812048
\end{itemdescr}
1204912049

1205012050
\indexlibraryctor{basic_ofstream}%
@@ -12085,7 +12085,7 @@
1208512085
\begin{itemdescr}
1208612086
\pnum
1208712087
\effects
12088-
Equivalent to: \tcode{x.swap(y)}.
12088+
Equivalent to \tcode{x.swap(y)}.
1208912089
\end{itemdescr}
1209012090

1209112091
\rSec3[ofstream.members]{Member functions}
@@ -12298,7 +12298,7 @@
1229812298
\begin{itemdescr}
1229912299
\pnum
1230012300
\effects
12301-
Equivalent to: \tcode{basic_fstream(s.c_str(), mode)}.
12301+
Equivalent to \tcode{basic_fstream(s.c_str(), mode)}.
1230212302
\end{itemdescr}
1230312303

1230412304
\indexlibraryctor{basic_fstream}%
@@ -12314,7 +12314,7 @@
1231412314

1231512315
\pnum
1231612316
\effects
12317-
Equivalent to: \tcode{basic_fstream(s.c_str(), mode)}.
12317+
Equivalent to \tcode{basic_fstream(s.c_str(), mode)}.
1231812318
\end{itemdescr}
1231912319

1232012320
\indexlibraryctor{basic_fstream}%
@@ -12356,7 +12356,7 @@
1235612356
\begin{itemdescr}
1235712357
\pnum
1235812358
\effects
12359-
Equivalent to: \tcode{x.swap(y)}.
12359+
Equivalent to \tcode{x.swap(y)}.
1236012360
\end{itemdescr}
1236112361

1236212362
\rSec3[fstream.members]{Member functions}

0 commit comments

Comments
 (0)