From Jason Turner

[fs.op.temp.dir.path]

Diff to HTML by rtfpessoa

tmp/tmpa29yfncl/{from.md → to.md} RENAMED
@@ -1,10 +1,10 @@
1
  #### Temporary directory path <a id="fs.op.temp.dir.path">[[fs.op.temp.dir.path]]</a>
2
 
3
  ``` cpp
4
- path temp_directory_path();
5
- path temp_directory_path(error_code& ec);
6
  ```
7
 
8
  Let `p` be an unspecified directory path suitable for temporary files.
9
 
10
  *Effects:* If `exists(p)` is `false` or `is_directory(p)` is `false`, an
 
1
  #### Temporary directory path <a id="fs.op.temp.dir.path">[[fs.op.temp.dir.path]]</a>
2
 
3
  ``` cpp
4
+ path filesystem::temp_directory_path();
5
+ path filesystem::temp_directory_path(error_code& ec);
6
  ```
7
 
8
  Let `p` be an unspecified directory path suitable for temporary files.
9
 
10
  *Effects:* If `exists(p)` is `false` or `is_directory(p)` is `false`, an