From Jason Turner

[tab:filesystem_error.3]

Diff to HTML by rtfpessoa

tmp/tmplpjl8f11/{from.md → to.md} RENAMED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ **Table: `filesystem_error(const string&, const path&, const path&, error_code)` effects** <a id="tab:filesystem_error.3">[tab:filesystem_error.3]</a>
2
+
3
+ | Expression | Value |
4
+ | ----------------------- | -------------------------------- |
5
+ | `runtime_error::what()` | `what_arg.c_str()` |
6
+ | `code()` | `ec` |
7
+ | `path1()` | Reference to stored copy of `p1` |
8
+ | `path2()` | Reference to stored copy of `p2` |
9
+