Skip to content

Commit 6fc4dc6

Browse files
committed
Addressing PR mandatory checks.
Trailing whitespace issue, and attempting to resolve element ordering issues by putting each preconditions etc. element introducer onto their own line.
1 parent e0b3e32 commit 6fc4dc6

File tree

1 file changed

+22
-11
lines changed

1 file changed

+22
-11
lines changed

source/future.tex

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1819,7 +1819,8 @@
18191819

18201820
\begin{itemdescr}
18211821
\pnum
1822-
\expects \tcode{p} is not null.
1822+
\expects
1823+
\tcode{p} is not null.
18231824

18241825
\pnum
18251826
\returns
@@ -1837,7 +1838,8 @@
18371838

18381839
\begin{itemdescr}
18391840
\pnum
1840-
\expects \tcode{p} is not null.
1841+
\expects
1842+
\tcode{p} is not null.
18411843

18421844
\pnum
18431845
\returns
@@ -1855,7 +1857,8 @@
18551857

18561858
\begin{itemdescr}
18571859
\pnum
1858-
\expects \tcode{p} is not null.
1860+
\expects
1861+
\tcode{p} is not null.
18591862
\tcode{mo} is neither \tcode{memory_order::release} nor \tcode{memory_order::acq_rel}.
18601863

18611864
\pnum
@@ -1874,7 +1877,8 @@
18741877

18751878
\begin{itemdescr}
18761879
\pnum
1877-
\expects \tcode{p} is not null.
1880+
\expects
1881+
\tcode{p} is not null.
18781882

18791883
\pnum
18801884
\effects
@@ -1892,7 +1896,8 @@
18921896

18931897
\begin{itemdescr}
18941898
\pnum
1895-
\expects \tcode{p} is not null.
1899+
\expects
1900+
\tcode{p} is not null.
18961901
\tcode{mo} is neither \tcode{memory_order::acquire} nor \tcode{memory_order::acq_rel}.
18971902

18981903
\pnum
@@ -1911,7 +1916,8 @@
19111916

19121917
\begin{itemdescr}
19131918
\pnum
1914-
\expects \tcode{p} is not null.
1919+
\expects
1920+
\tcode{p} is not null.
19151921

19161922
\pnum
19171923
\returns
@@ -1930,7 +1936,8 @@
19301936

19311937
\begin{itemdescr}
19321938
\pnum
1933-
\expects \tcode{p} is not null.
1939+
\expects
1940+
\tcode{p} is not null.
19341941

19351942
\pnum
19361943
\effects
@@ -1953,7 +1960,8 @@
19531960

19541961
\begin{itemdescr}
19551962
\pnum
1956-
\expects \tcode{p} is not null and \tcode{v} is not null.
1963+
\expects
1964+
\tcode{p} is not null and \tcode{v} is not null.
19571965

19581966
\pnum
19591967
\returns
@@ -1996,7 +2004,8 @@
19962004

19972005
\begin{itemdescr}
19982006
\pnum
1999-
\expects \tcode{p} is not null and \tcode{v} is not null.
2007+
\expects
2008+
\tcode{p} is not null and \tcode{v} is not null.
20002009
The \tcode{failure} argument is neither \tcode{memory_order::release} nor
20012010
\tcode{memory_order::acq_rel}.
20022011

@@ -2601,11 +2610,13 @@
26012610

26022611
\begin{itemdescr}
26032612
\pnum
2604-
\mandates The value type of \tcode{Source} and \tcode{InputIterator} is
2613+
\mandates
2614+
The value type of \tcode{Source} and \tcode{InputIterator} is
26052615
\tcode{char} or \keyword{char8_t}.
26062616

26072617
\pnum
2608-
\expects The \tcode{source} and \range{first}{last} sequences are UTF-8 encoded.
2618+
\expects
2619+
The \tcode{source} and \range{first}{last} sequences are UTF-8 encoded.
26092620
\tcode{Source} meets the requirements specified in \ref{fs.path.req}.
26102621

26112622
\pnum

0 commit comments

Comments
 (0)