aboutsummaryrefslogtreecommitdiffstats
path: root/include/aligned_storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/aligned_storage.h')
-rw-r--r--include/aligned_storage.h4
1 files changed, 1 insertions, 3 deletions
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<sizeof(T), std::alignment_of<T>::value>::type data;
public:
- aligned_storage()
- {
- }
+ aligned_storage() = default;
aligned_storage(const aligned_storage& other)
{