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 11831
11831
friend bool operator==(const path& lhs, const path& rhs) noexcept;
11832
11832
friend strong_ordering operator<=>(const path& lhs, const path& rhs) noexcept;
11833
11833
11834
- friend path operator/ (const path& lhs, const path& rhs);
11834
+ friend path operator/(const path& lhs, const path& rhs);
11835
11835
11836
11836
// \ref {fs.path.native.obs }, native format observers
11837
11837
const string_type& native() const noexcept;
13514
13514
13515
13515
\indexlibrarymember {hash_value}{path}%
13516
13516
\begin {itemdecl }
13517
- size_t hash_value (const path& p) noexcept;
13517
+ size_t hash_value(const path& p) noexcept;
13518
13518
\end {itemdecl }
13519
13519
13520
13520
\begin {itemdescr }
13569
13569
13570
13570
\indexlibrarymember {operator/}{path}%
13571
13571
\begin {itemdecl }
13572
- friend path operator/ (const path& lhs, const path& rhs);
13572
+ friend path operator/(const path& lhs, const path& rhs);
13573
13573
\end {itemdecl }
13574
13574
13575
13575
\begin {itemdescr }
You can’t perform that action at this time.
0 commit comments