From 579a17df389843b21828e99e10d1f6fde45f28e9 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 1 Nov 2020 02:22:41 +0000 Subject: Clean up a bunch of contructors and destructors. --- include/aligned_storage.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/aligned_storage.h') diff --git a/include/aligned_storage.h b/include/aligned_storage.h index 02332b0e4..5093a0468 100644 --- a/include/aligned_storage.h +++ b/include/aligned_storage.h @@ -30,9 +30,7 @@ class insp::aligned_storage mutable typename std::aligned_storage::value>::type data; public: - aligned_storage() - { - } + aligned_storage() = default; aligned_storage(const aligned_storage& other) { -- cgit v1.3.1-10-gc9f91