summaryrefslogtreecommitdiffhomepage
path: root/compat/defs.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-17 11:35:46 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-17 11:35:46 +0200
commit5c3bcde8f859b08275fa09f32800360ee541d5bd (patch)
treed428f3d1facbb433d787c25d55f20b11ac92aadd /compat/defs.hpp
parent66f89e04a50ad6ed8448c20c1731a3750d08e624 (diff)
a
Diffstat (limited to 'compat/defs.hpp')
-rw-r--r--compat/defs.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/compat/defs.hpp b/compat/defs.hpp
index 818e004b..632bafe5 100644
--- a/compat/defs.hpp
+++ b/compat/defs.hpp
@@ -15,3 +15,5 @@
#define DECLARE_DELETED_COPY_ASSIGNMENT(type) \
type(const type&) = delete; \
type& operator=(const type&) = delete
+
+