Defer pragma

This commit is contained in:
Krzosa Karol
2023-12-31 10:35:43 +01:00
parent 4ef1cb7250
commit f14d5462b0

View File

@@ -1,4 +1,5 @@
#define DEFER_HEADER #pragma once
template <typename T> template <typename T>
struct DEFER_ExitScope { struct DEFER_ExitScope {
T lambda; T lambda;