From aa427cb5fe7564a85703f14f76f854419274decc Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Wed, 4 Sep 2024 00:11:04 +0200 Subject: Bleh --- asl/option.hpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 asl/option.hpp (limited to 'asl/option.hpp') diff --git a/asl/option.hpp b/asl/option.hpp new file mode 100644 index 0000000..e71eb57 --- /dev/null +++ b/asl/option.hpp @@ -0,0 +1,13 @@ +#pragma once + +#include "asl/meta.hpp" + +namespace asl +{ + +template +class option +{ +}; + +} // namespace asl -- cgit