From ff31010a21cc1d9dad309533ff0752a994dd233e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 9 Apr 2019 14:21:40 +0300 Subject: Fix Clang 8 "defaulted function deleted" warnings --- build2/function.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'build2/function.hxx') diff --git a/build2/function.hxx b/build2/function.hxx index e9e0939..1b49f81 100644 --- a/build2/function.hxx +++ b/build2/function.hxx @@ -119,8 +119,6 @@ namespace build2 std::aligned_storage::type data; static const size_t data_size = sizeof (decltype (data)); - function_overload () = default; - function_overload (const char* an, size_t mi, size_t ma, types ts, function_impl* im) -- cgit v1.1