Skip to content

Commit ae6271c

Browse files
committed
[fs.filesystem.syn] Update synopsis for filesystem::absolute
1 parent c42d836 commit ae6271c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/iostreams.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10257,7 +10257,8 @@
1025710257
using file_time_type = chrono::time_point<@\textit{trivial-clock}@>;
1025810258

1025910259
// \ref{fs.op.funcs}, filesystem operations
10260-
path absolute(const path& p, const path& base = current_path());
10260+
path absolute(const path& p);
10261+
path absolute(const path& p, error_code& ec);
1026110262

1026210263
path canonical(const path& p, const path& base = current_path());
1026310264
path canonical(const path& p, error_code& ec);

0 commit comments

Comments
 (0)