summaryrefslogtreecommitdiffhomepage
path: root/compat
diff options
context:
space:
mode:
Diffstat (limited to 'compat')
-rw-r--r--compat/defs.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/defs.hpp b/compat/defs.hpp
index 36c6a034..818e004b 100644
--- a/compat/defs.hpp
+++ b/compat/defs.hpp
@@ -9,7 +9,7 @@
#define progn(...) [&]{__VA_ARGS__;}()
#define DECLARE_DEPRECATED_COPY_ASSIGNMENT(type) \
- [[deprecated]] type(const type&) = default; \
+ [[deprecated]] type(const type&) = default; \
[[deprecated]] type& operator=(const type&) = default
#define DECLARE_DELETED_COPY_ASSIGNMENT(type) \