We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71bb898 commit cfd8387Copy full SHA for cfd8387
source/iostreams.tex
@@ -11796,7 +11796,7 @@
11796
friend bool operator==(const path& lhs, const path& rhs) noexcept;
11797
friend strong_ordering operator<=>(const path& lhs, const path& rhs) noexcept;
11798
11799
- friend path operator/ (const path& lhs, const path& rhs);
+ friend path operator/(const path& lhs, const path& rhs);
11800
11801
// \ref{fs.path.native.obs}, native format observers
11802
const string_type& native() const noexcept;
@@ -13534,7 +13534,7 @@
13534
13535
\indexlibrarymember{operator/}{path}%
13536
\begin{itemdecl}
13537
-friend path operator/ (const path& lhs, const path& rhs);
+friend path operator/(const path& lhs, const path& rhs);
13538
\end{itemdecl}
13539
13540
\begin{itemdescr}
0 commit comments