|
10259 | 10259 | path absolute(const path& p);
|
10260 | 10260 | path absolute(const path& p, error_code& ec);
|
10261 | 10261 |
|
10262 |
| - path canonical(const path& p, const path& base = current_path()); |
| 10262 | + path canonical(const path& p); |
10263 | 10263 | path canonical(const path& p, error_code& ec);
|
10264 |
| - path canonical(const path& p, const path& base, error_code& ec); |
10265 | 10264 |
|
10266 | 10265 | void copy(const path& from, const path& to);
|
10267 | 10266 | void copy(const path& from, const path& to, error_code& ec) noexcept;
|
|
13781 | 13780 |
|
13782 | 13781 | \indexlibrary{\idxcode{canonical}}%
|
13783 | 13782 | \begin{itemdecl}
|
13784 |
| -path canonical(const path& p, const path& base = current_path()); |
| 13783 | +path canonical(const path& p); |
13785 | 13784 | path canonical(const path& p, error_code& ec);
|
13786 |
| -path canonical(const path& p, const path& base, error_code& ec); |
13787 | 13785 | \end{itemdecl}
|
13788 | 13786 |
|
13789 | 13787 | \begin{itemdescr}
|
|
13794 | 13792 |
|
13795 | 13793 | \pnum
|
13796 | 13794 | \returns A path that refers to
|
13797 |
| -the same file system object as \tcode{absolute(p, base)}. For the overload |
13798 |
| -without a \tcode{base} argument, \tcode{base} is \tcode{current_path()}. |
13799 |
| -Signatures with argument \tcode{ec} return \tcode{path()} if an error occurs. |
| 13795 | +the same file system object as \tcode{absolute(p)}. |
| 13796 | +The signature with argument \tcode{ec} returns \tcode{path()} if an error occurs. |
13800 | 13797 |
|
13801 | 13798 | \pnum
|
13802 | 13799 | \throws As specified in~\ref{fs.err.report}.
|
|
0 commit comments