Skip to content

Commit cfd8387

Browse files
committed
[fs.class.path] Fix inline whitespace
1 parent 71bb898 commit cfd8387

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/iostreams.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11796,7 +11796,7 @@
1179611796
friend bool operator==(const path& lhs, const path& rhs) noexcept;
1179711797
friend strong_ordering operator<=>(const path& lhs, const path& rhs) noexcept;
1179811798

11799-
friend path operator/ (const path& lhs, const path& rhs);
11799+
friend path operator/(const path& lhs, const path& rhs);
1180011800

1180111801
// \ref{fs.path.native.obs}, native format observers
1180211802
const string_type& native() const noexcept;
@@ -13534,7 +13534,7 @@
1353413534

1353513535
\indexlibrarymember{operator/}{path}%
1353613536
\begin{itemdecl}
13537-
friend path operator/ (const path& lhs, const path& rhs);
13537+
friend path operator/(const path& lhs, const path& rhs);
1353813538
\end{itemdecl}
1353913539

1354013540
\begin{itemdescr}

0 commit comments

Comments
 (0)