From 6c2dbc95c317b94c82b909aeddef82c2c33116ff Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 20 Dec 2018 19:59:37 +0100 Subject: cruft --- compat/macros.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'compat') diff --git a/compat/macros.hpp b/compat/macros.hpp index 5b959011..f905ad6c 100644 --- a/compat/macros.hpp +++ b/compat/macros.hpp @@ -90,9 +90,7 @@ constexpr cc_forceinline void static_warn() {} #define static_warning(cond) \ static_warn<(cond)>(); \ -#define typed_progn(type, ...) ([&]() -> type { __VA_ARGS__ }()) #define progn(...) ([&]() -> decltype(auto) { __VA_ARGS__ }()) // end c++-only macros #endif - -- cgit v1.2.3