From d2e9c8ad95f8339628e4e5efbcf93d01a2f3d029 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 20 Jan 2024 18:11:16 +0100 Subject: a --- compat/defs.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'compat') diff --git a/compat/defs.hpp b/compat/defs.hpp index b141eba5..edefbb5e 100644 --- a/compat/defs.hpp +++ b/compat/defs.hpp @@ -6,8 +6,6 @@ # define fm_FUNCTION_NAME __PRETTY_FUNCTION__ #endif -#define fm_begin(...) [&]{__VA_ARGS__}() - #define fm_DECLARE_DEPRECATED_COPY_ASSIGNMENT(type) \ [[deprecated, maybe_unused]] type(const type&) noexcept = default; \ [[deprecated, maybe_unused]] type& operator=(const type&) noexcept = default -- cgit v1.2.3