summaryrefslogtreecommitdiffhomepage
path: root/compat
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-12-20 19:59:37 +0100
committerStanislaw Halik <sthalik@misaki.pl>2018-12-24 19:32:10 +0100
commit6c2dbc95c317b94c82b909aeddef82c2c33116ff (patch)
tree8136c05808b9b6668d69c2b5c2a3c35cfa9899aa /compat
parentdeb301619d3d6ade1023d0a2b234a9d948a6dbd0 (diff)
cruft
Diffstat (limited to 'compat')
-rw-r--r--compat/macros.hpp2
1 files changed, 0 insertions, 2 deletions
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<true>() {}
#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
-