From 41f4f4b6f9ba5fa20bb41967dc8ef8020081e38e Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 8 Oct 2022 01:34:44 +0200 Subject: a --- compat/defs.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compat') 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) \ -- cgit v1.2.3