File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11796
11796
friend bool operator==(const path& lhs, const path& rhs) noexcept;
11797
11797
friend strong_ordering operator<=>(const path& lhs, const path& rhs) noexcept;
11798
11798
11799
- friend path operator/ (const path& lhs, const path& rhs);
11799
+ friend path operator/(const path& lhs, const path& rhs);
11800
11800
11801
11801
// \ref {fs.path.native.obs }, native format observers
11802
11802
const string_type& native() const noexcept;
13479
13479
13480
13480
\indexlibrarymember {hash_value}{path}%
13481
13481
\begin {itemdecl }
13482
- size_t hash_value (const path& p) noexcept;
13482
+ size_t hash_value(const path& p) noexcept;
13483
13483
\end {itemdecl }
13484
13484
13485
13485
\begin {itemdescr }
13534
13534
13535
13535
\indexlibrarymember {operator/}{path}%
13536
13536
\begin {itemdecl }
13537
- friend path operator/ (const path& lhs, const path& rhs);
13537
+ friend path operator/(const path& lhs, const path& rhs);
13538
13538
\end {itemdecl }
13539
13539
13540
13540
\begin {itemdescr }
You can’t perform that action at this time.
0 commit comments