From Jason Turner

[tab:filesystem_error.1]

Diff to HTML by rtfpessoa

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