diff options
Diffstat (limited to 'compat/defs.hpp')
-rw-r--r-- | compat/defs.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
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 |