aboutsummaryrefslogtreecommitdiff
path: root/include/utils.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2017-12-12 17:33:03 +0100
committerdec05eba <dec05eba@protonmail.com>2017-12-12 17:34:16 +0100
commitf3b7b7d34b3bf2b1be18914577c96b66dead379a (patch)
treef24a08256bc959929d51045eb49283fcab7e8b54 /include/utils.hpp
parentcfe578ec12198d09a9a89a2e0b40bccaa06aa8ae (diff)
Download and extract missing dependencies from github
Using libcurl and libarchive
Diffstat (limited to 'include/utils.hpp')
-rwxr-xr-xinclude/utils.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/utils.hpp b/include/utils.hpp
index 9ad9d97..926749d 100755
--- a/include/utils.hpp
+++ b/include/utils.hpp
@@ -4,7 +4,6 @@
// Disable copying for a class or struct
#define DISABLE_COPY(ClassName) \
ClassName(ClassName&) = delete; \
- ClassName(ClassName&&) = delete; \
ClassName& operator = (ClassName&) = delete;
#endif // SIBS_UTILS_HPP