From Jason Turner

[fs.op.proximate]

Diff to HTML by rtfpessoa

tmp/tmpk4a5grkr/{from.md → to.md} RENAMED
@@ -1,18 +1,18 @@
1
  #### Proximate <a id="fs.op.proximate">[[fs.op.proximate]]</a>
2
 
3
  ``` cpp
4
- path proximate(const path& p, error_code& ec);
5
  ```
6
 
7
  *Returns:* `proximate(p, current_path(), ec)`.
8
 
9
  *Throws:* As specified in  [[fs.err.report]].
10
 
11
  ``` cpp
12
- path proximate(const path& p, const path& base = current_path());
13
- path proximate(const path& p, const path& base, error_code& ec);
14
  ```
15
 
16
  *Returns:* For the first form:
17
 
18
  ``` cpp
 
1
  #### Proximate <a id="fs.op.proximate">[[fs.op.proximate]]</a>
2
 
3
  ``` cpp
4
+ path filesystem::proximate(const path& p, error_code& ec);
5
  ```
6
 
7
  *Returns:* `proximate(p, current_path(), ec)`.
8
 
9
  *Throws:* As specified in  [[fs.err.report]].
10
 
11
  ``` cpp
12
+ path filesystem::proximate(const path& p, const path& base = current_path());
13
+ path filesystem::proximate(const path& p, const path& base, error_code& ec);
14
  ```
15
 
16
  *Returns:* For the first form:
17
 
18
  ``` cpp