Commit 861dd3e
committed
Make node_persistent_cache class non-copyable and non-movable
node_persistent_cache has a handle to an open file internally, copying
or moving will not work without special handling. But we don't want to
copy or move it anyway, so just disabling that is okay.1 parent cb4b734 commit 861dd3e
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
27 | 33 | | |
28 | 34 | | |
29 | 35 | | |
| |||
0 commit comments