diff options
Diffstat (limited to 'nihil.match/match.ccm')
| -rw-r--r-- | nihil.match/match.ccm | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/nihil.match/match.ccm b/nihil.match/match.ccm index d67bd0b..03730bb 100644 --- a/nihil.match/match.ccm +++ b/nihil.match/match.ccm @@ -1,13 +1,8 @@ -/* - * This source code is released into the public domain. - */ - -module; - -#include <variant> - +// This source code is released into the public domain. export module nihil.match; +import nihil.std; + namespace nihil { export template<class... Ts> |
