Skip to content

Commit c855117

Browse files
JohelEGPzygoloid
authored andcommitted
[fs.class.path, fs.path.nonmember] Fix inline whitespace (#4092)
1 parent b174def commit c855117

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
@@ -11831,7 +11831,7 @@
1183111831
friend bool operator==(const path& lhs, const path& rhs) noexcept;
1183211832
friend strong_ordering operator<=>(const path& lhs, const path& rhs) noexcept;
1183311833

11834-
friend path operator/ (const path& lhs, const path& rhs);
11834+
friend path operator/(const path& lhs, const path& rhs);
1183511835

1183611836
// \ref{fs.path.native.obs}, native format observers
1183711837
const string_type& native() const noexcept;
@@ -13514,7 +13514,7 @@
1351413514

1351513515
\indexlibrarymember{hash_value}{path}%
1351613516
\begin{itemdecl}
13517-
size_t hash_value (const path& p) noexcept;
13517+
size_t hash_value(const path& p) noexcept;
1351813518
\end{itemdecl}
1351913519

1352013520
\begin{itemdescr}
@@ -13569,7 +13569,7 @@
1356913569

1357013570
\indexlibrarymember{operator/}{path}%
1357113571
\begin{itemdecl}
13572-
friend path operator/ (const path& lhs, const path& rhs);
13572+
friend path operator/(const path& lhs, const path& rhs);
1357313573
\end{itemdecl}
1357413574

1357513575
\begin{itemdescr}

0 commit comments

Comments
 (0)