From Jason Turner

[fs.op.read.symlink]

Diff to HTML by rtfpessoa

tmp/tmpk821b2c3/{from.md → to.md} RENAMED
@@ -1,10 +1,10 @@
1
  #### Read symlink <a id="fs.op.read.symlink">[[fs.op.read.symlink]]</a>
2
 
3
  ``` cpp
4
- path read_symlink(const path& p);
5
- path read_symlink(const path& p, error_code& ec);
6
  ```
7
 
8
  *Returns:* If `p` resolves to a symbolic link, a `path` object
9
  containing the contents of that symbolic link. The signature with
10
  argument `ec` returns `path()` if an error occurs.
 
1
  #### Read symlink <a id="fs.op.read.symlink">[[fs.op.read.symlink]]</a>
2
 
3
  ``` cpp
4
+ path filesystem::read_symlink(const path& p);
5
+ path filesystem::read_symlink(const path& p, error_code& ec);
6
  ```
7
 
8
  *Returns:* If `p` resolves to a symbolic link, a `path` object
9
  containing the contents of that symbolic link. The signature with
10
  argument `ec` returns `path()` if an error occurs.