Skip to content

Commit eb367f6

Browse files
authored
[fs.class.path, fs.path.nonmember] Fix inline whitespace (#4092)
1 parent 392c6d3 commit eb367f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/iostreams.tex

Lines changed: 3 additions & 3 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;
@@ -13479,7 +13479,7 @@
1347913479

1348013480
\indexlibrarymember{hash_value}{path}%
1348113481
\begin{itemdecl}
13482-
size_t hash_value (const path& p) noexcept;
13482+
size_t hash_value(const path& p) noexcept;
1348313483
\end{itemdecl}
1348413484

1348513485
\begin{itemdescr}
@@ -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)