diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-20 18:11:16 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-20 18:11:16 +0100 |
commit | d2e9c8ad95f8339628e4e5efbcf93d01a2f3d029 (patch) | |
tree | 2abcc1724f9c65795358a8a5136a48a0d7bee396 /compat | |
parent | 7fb500aa62109f81efb69c32b66505efa8cfdae4 (diff) |
a
Diffstat (limited to 'compat')
-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 |