diff options
Diffstat (limited to 'nihil.guard/guard.ccm')
| -rw-r--r-- | nihil.guard/guard.ccm | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/nihil.guard/guard.ccm b/nihil.guard/guard.ccm index 84ff401..fdda45c 100644 --- a/nihil.guard/guard.ccm +++ b/nihil.guard/guard.ccm @@ -1,13 +1,8 @@ // This source code is released into the public domain. -module; - -#include <concepts> -#include <functional> -#include <optional> -#include <utility> - export module nihil.guard; +import nihil.std; + namespace nihil { // guard: invoke a callable when this object is destroyed; this is similar to |
