Skip to content

Commit bf40573

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/iostreams.tex

Lines changed: 1 addition & 1 deletion
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;

0 commit comments

Comments
 (0)