sapling/eden/fs
Jon Maltiel Swenson 938eb990a6 Remove defaulted move constructors/assignment operators that are implicitly deleted
Summary:
Some newer versions of `clang` (such as Apple's version 11) will warn/error out if a constructor or assignment operator
marked `default` is implicitly deleted (e.g., if the object contains a non-moveable/non-copyable member). This diff
removes all such defaulted constructors/assignment operators, which I ran into while building `edenfs` on my Macbook Pro.

Reviewed By: chadaustin, strager

Differential Revision: D15901794

fbshipit-source-id: 794ed8377693a6735bb567635dc919bc678751a4
2019-06-19 14:27:25 -07:00
..
benchharness standardize some of the benchmark infrastructure 2018-11-13 15:27:50 -08:00
config periodically reload the config files 2019-06-14 18:14:43 -07:00
fuse Remove defaulted move constructors/assignment operators that are implicitly deleted 2019-06-19 14:27:25 -07:00
inodes Remove defaulted move constructors/assignment operators that are implicitly deleted 2019-06-19 14:27:25 -07:00
journal Remove defaulted move constructors/assignment operators that are implicitly deleted 2019-06-19 14:27:25 -07:00
model Make Tree::getEntryPtr() do a case insensitive lookup on Windows 2019-05-17 11:48:37 -07:00
rocksdb add an option to open RocksDbLocalStore in read-only mode 2019-05-20 14:13:59 -07:00
service Remove defaulted move constructors/assignment operators that are implicitly deleted 2019-06-19 14:27:25 -07:00
sqlite avoid leaking the sqlite3 db if we fail to open it 2018-06-20 16:36:22 -07:00
store change how we compute sizes of the RocksDB column families 2019-06-14 18:14:43 -07:00
takeover Replace Future::then(e, f) with Future::then(V/T)Inline(makeAsyncTask(e, f)) 2019-05-26 19:44:34 -07:00
testharness move the ConfigSource enum to a thrift file 2019-06-05 11:50:37 -07:00
tracing Separate FUSE and Hg counter structs 2019-05-29 18:11:56 -07:00
utils Always define FOLLY_LIBRARY_SANITIZE_ADDRESS to either 0 or 1 2019-06-12 15:54:23 -07:00
win Add eden_service_thrift as a dependency for the new CMake targets. 2019-05-31 16:16:23 -07:00
CMakeLists.txt CMake build scripts for Eden Windows 2019-05-10 18:33:00 -07:00